aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v8.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index ff36fe3baa..21c26e4495 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -1173,9 +1173,13 @@ void Scumm_v8::o6_kernelSetFunctions()
switch (args[0]) {
case 11: // lockObject
warning("o6_kernelSetFunctions: lockObject(%d)", args[1]);
+// getObjectIndex(args[1]);
+// ObjData.field_24 = 1;
break;
case 12: // unlockObject
warning("o6_kernelSetFunctions: unlockObject(%d)", args[1]);
+// getObjectIndex(args[1]);
+// ObjData.field_24 = 0;
break;
case 13: // remapCostume
derefActorSafe(args[1], "o6_kernelSetFunctions:remapCostume")->remapActorPalette(args[2], args[3], args[4], -1);