Fix a long standing bug in playComiMusic (no idea whether this caused any bugs, though)

svn-id: r30128
This commit is contained in:
Max Horn 2008-01-01 18:08:12 +00:00
parent 7e84ccb148
commit f4f963800d

View File

@ -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) {