mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 19:55:44 +00:00
seqId 4 should pass fadeout music not silence ignore
svn-id: r30461
This commit is contained in:
parent
af486e0524
commit
68f41bd71b
@ -192,10 +192,7 @@ void IMuseDigital::playDigMusic(const char *songName, const imuseDigTable *table
|
||||
void IMuseDigital::setComiMusicState(int stateId) {
|
||||
int l, num = -1;
|
||||
|
||||
if (stateId == 4) // left-over of deprecated the dig code
|
||||
return;
|
||||
|
||||
if (stateId == 0)
|
||||
if (stateId == 0 || stateId == 4)
|
||||
stateId = 1000;
|
||||
|
||||
for (l = 0; _comiStateMusicTable[l].soundId != -1; l++) {
|
||||
|
Loading…
Reference in New Issue
Block a user