diff options
author | Travis Howell | 2007-08-12 12:26:46 +0000 |
---|---|---|
committer | Travis Howell | 2007-08-12 12:26:46 +0000 |
commit | 9a9f801e9373429bcbff45a5ca0db4c27cad442e (patch) | |
tree | 0d7ca9f63596620551df3078e1fcd5eeadcb11c4 | |
parent | 41b8ec417cb1b31c5ccef43230f30fe6fa8d466a (diff) | |
download | scummvm-rg350-9a9f801e9373429bcbff45a5ca0db4c27cad442e.tar.gz scummvm-rg350-9a9f801e9373429bcbff45a5ca0db4c27cad442e.tar.bz2 scummvm-rg350-9a9f801e9373429bcbff45a5ca0db4c27cad442e.zip |
Remove left over debug ocde.
svn-id: r28555
-rw-r--r-- | engines/lure/scripts.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lure/scripts.cpp b/engines/lure/scripts.cpp index f9b579b778..6e34162074 100644 --- a/engines/lure/scripts.cpp +++ b/engines/lure/scripts.cpp @@ -1229,7 +1229,6 @@ bool HotspotScript::execute(Hotspot *h) case S2_OPCODE_PLAY_SOUND: param1 = nextVal(scriptData, offset); param2 = nextVal(scriptData, offset); -error("XYZZY Params=%d,%d", param1, param2); if ((param2 == 0) || (room.roomNumber() == param2)) { debugC(ERROR_DETAILED, kLureDebugScripts, "PLAY_SOUND(%d,%d)", param1, param2); |