aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-05-20 09:25:45 +0000
committerTravis Howell2003-05-20 09:25:45 +0000
commit7e8c4f2660bb37edbb9bd0bce0a752322ad7af0f (patch)
treea61375dd34aceec3e58e5eb06a518a2834e25da2 /simon/items.cpp
parentc2f8a72ccece7c0ef0f2713b5e654bf34d53fdab (diff)
downloadscummvm-rg350-7e8c4f2660bb37edbb9bd0bce0a752322ad7af0f.tar.gz
scummvm-rg350-7e8c4f2660bb37edbb9bd0bce0a752322ad7af0f.tar.bz2
scummvm-rg350-7e8c4f2660bb37edbb9bd0bce0a752322ad7af0f.zip
Update opcode 134, although it never seems to be used
svn-id: r7712
Diffstat (limited to 'simon/items.cpp')
-rw-r--r--simon/items.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index 2457f55b57..7aa6e68c51 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -750,9 +750,8 @@ int SimonState::runScript() {
break;
case 134:{
- if (_debugMode)
- warning("stopMidiMusic: not implemented");
_vc70_var2 = 0xFFFF;
+ midi.stop();
_last_music_played = 0xFFFF;
_vc72_var1 = 0xFFFF;
}