diff options
author | Travis Howell | 2003-11-18 00:48:17 +0000 |
---|---|---|
committer | Travis Howell | 2003-11-18 00:48:17 +0000 |
commit | 71a658f28d6c6de1a66158fc176329f8b33fabd1 (patch) | |
tree | 2ab80f002c16a3930accf09f02869c20d478bcf1 /scumm | |
parent | c830c0b21c973c06821f98c052f9133adda648e6 (diff) | |
download | scummvm-rg350-71a658f28d6c6de1a66158fc176329f8b33fabd1.tar.gz scummvm-rg350-71a658f28d6c6de1a66158fc176329f8b33fabd1.tar.bz2 scummvm-rg350-71a658f28d6c6de1a66158fc176329f8b33fabd1.zip |
Music correction for dig demo
svn-id: r11332
Diffstat (limited to 'scumm')
-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; } |