mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 23:10:10 +01:00
init some variables to shut up gcc 4.2.1
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@308 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
09029af193
commit
c18a8de537
@ -23,8 +23,8 @@ VGMSTREAM * init_vgmstream_nwa(STREAMFILE *streamFile) {
|
||||
int i;
|
||||
int channel_count;
|
||||
int loop_flag = 0;
|
||||
int32_t loop_start_sample;
|
||||
int32_t loop_end_sample;
|
||||
int32_t loop_start_sample = 0;
|
||||
int32_t loop_end_sample = 0;
|
||||
int nwainfo_ini_found = 0;
|
||||
int gameexe_ini_found = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user