doh, wrong var

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@224 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-06-13 23:01:12 +00:00
parent 453e5c148f
commit 20f30fcd73

View File

@ -144,7 +144,7 @@ VGMSTREAM * init_vgmstream_genh(STREAMFILE *streamFile) {
vgmstream->ch[i].streamfile = chstreamfile;
vgmstream->ch[i].channel_start_offset=
vgmstream->ch[i].offset=start_offset;
vgmstream->ch[i].offset=chstart_offset;
}
}