diff options
-rw-r--r-- | scumm/imuse_digi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/imuse_digi.cpp b/scumm/imuse_digi.cpp index 1638e0d09b..bbe5fb205c 100644 --- a/scumm/imuse_digi.cpp +++ b/scumm/imuse_digi.cpp @@ -1036,8 +1036,8 @@ int32 IMuseDigital::doCommand(int a, int b, int c, int d, int e, int f, int g, i if (b == 1) startSound(1); else { - if (getSoundStatus(4) == 0) - startSound(4); + if (getSoundStatus(2) == 0) + startSound(2); } return 0; } |