mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-14 10:37:38 +01:00
Update vsf.c
Declare variable
This commit is contained in:
parent
2e7a3d26af
commit
260a0d0e73
@ -5,7 +5,7 @@
|
||||
VGMSTREAM * init_vgmstream_ps2_vsf(STREAMFILE *streamFile) {
|
||||
VGMSTREAM * vgmstream = NULL;
|
||||
off_t start_offset;
|
||||
int loop_flag, channel_count;
|
||||
int loop_flag, channel_count, pitch;
|
||||
|
||||
/* checks */
|
||||
/* .vsf - header id and actual extension (Code Age Commanders [PS2]) */
|
||||
|
Loading…
Reference in New Issue
Block a user