fix MUSX v10 bug (broken for all but X360)

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@840 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2010-09-11 18:31:56 +00:00
parent c74d43381d
commit dc3a3ac3a6

View File

@ -296,7 +296,7 @@ VGMSTREAM * init_vgmstream_musx_v010(STREAMFILE *streamFile) {
channel_count = read_32bitLE(0x48,streamFile);
loop_flag = (read_32bitLE(0x64,streamFile) != -1);
}
if (musx_type = 0x58455F5F) /* XE__ */
if (0x58455F5F == musx_type) /* XE__ */
{
loop_flag = 0;
}