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:
halleyscometsw 2008-07-12 15:31:12 +00:00
parent 09029af193
commit c18a8de537

View File

@ -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;