aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/items.cpp')
-rw-r--r--simon/items.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index 11f1e95263..f3c2c40b22 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -751,7 +751,8 @@ int SimonState::runScript()
break;
case 134:{
- warning("stopMidiMusic: not implemented");
+ if (_debugMode)
+ warning("stopMidiMusic: not implemented");
/* dummy proc */
}
break;
@@ -1513,7 +1514,8 @@ void SimonState::o_unk_127()
uint b = getVarOrWord();
uint c = getVarOrByte();
- warning("o_unk_127(%d,%d,%d) not implemented properly", a, b, c);
+ if (_debugMode)
+ warning("o_unk_127(%d,%d,%d) not implemented properly", a, b, c);
//FIXME simon 2 attempts to use music track 93 in ending sequences
// which doesn't exist so prevent that happening