aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
diff options
context:
space:
mode:
authorJames Brown2002-12-28 12:42:55 +0000
committerJames Brown2002-12-28 12:42:55 +0000
commit669e5b8ebc0395c4951749d254a7a32e4e4ea328 (patch)
treeb0df5e27eafe5000dcc786b45ca993deb2ebf53e /scumm/script_v8.cpp
parent4ccd134b3741296dcc8ea5e43e32491747ac46cb (diff)
downloadscummvm-rg350-669e5b8ebc0395c4951749d254a7a32e4e4ea328.tar.gz
scummvm-rg350-669e5b8ebc0395c4951749d254a7a32e4e4ea328.tar.bz2
scummvm-rg350-669e5b8ebc0395c4951749d254a7a32e4e4ea328.zip
de-verbalise some debug messages (move from debug(1) to debug(2)).. so we can see printDebug lines easier
svn-id: r6227
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r--scumm/script_v8.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index c7431db15f..7eb7a3bfde 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -1138,10 +1138,10 @@ void Scumm_v8::o8_cameraOps()
byte subOp = fetchScriptByte();
switch (subOp) {
case 0x32: // SO_CAMERA_PAUSE
- warning("freezeCamera NYI");
+ //warning("freezeCamera NYI");
break;
case 0x33: // SO_CAMERA_RESUME
- warning("unfreezeCamera NYI");
+ //warning("unfreezeCamera NYI");
break;
default:
error("o8_cameraOps: default case %d", subOp);
@@ -1301,7 +1301,7 @@ void Scumm_v8::o6_kernelSetFunctions()
switch (args[0]) {
case 11: // lockObject
- warning("o6_kernelSetFunctions: lockObject(%d)", args[1]);
+// warning("o6_kernelSetFunctions: lockObject(%d)", args[1]);
lock(rtFlObject, args[1]); // FIXME - no idea if this is right?
// getObjectIndex(args[1]);
// if (ObjData.field28 != 0) {