mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-17 11:57:08 +01:00
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:
parent
c74d43381d
commit
dc3a3ac3a6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user