mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
Fix a long standing bug in playComiMusic (no idea whether this caused any bugs, though)
svn-id: r30128
This commit is contained in:
parent
7e84ccb148
commit
f4f963800d
@ -292,7 +292,7 @@ void IMuseDigital::playComiMusic(const char *songName, const imuseComiTable *tab
|
||||
break;
|
||||
case 8:
|
||||
case 9:
|
||||
setHookId(table->soundId, table->soundId);
|
||||
setHookId(table->soundId, table->hookId);
|
||||
break;
|
||||
case 1:
|
||||
if (table->filename[0] == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user