aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-13 23:33:01 +0000
committerMax Horn2003-05-13 23:33:01 +0000
commit0ee0e7f6347def3b9b32f62f37584a3a19131913 (patch)
treef3e48da06db97397210f2c6f85ad1ec1c4024e59 /scumm/script_v6.cpp
parent796fa748062564b4bf1993b6a150ce1d2da91259 (diff)
downloadscummvm-rg350-0ee0e7f6347def3b9b32f62f37584a3a19131913.tar.gz
scummvm-rg350-0ee0e7f6347def3b9b32f62f37584a3a19131913.tar.bz2
scummvm-rg350-0ee0e7f6347def3b9b32f62f37584a3a19131913.zip
cleanup
svn-id: r7488
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index fd44c9617c..a42293c03f 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -2519,7 +2519,7 @@ void Scumm_v6::o6_kernelSetFunctions() {
enqueueObject(args[1], args[2], args[3], args[4], args[5], args[6], args[7], args[8], 0);
break;
case 120:
- // FIXME: isn't it likely that this does the same as the pre-V7 opcode with the same id?
+ // FIXME: isn't it likely that this does the same as the pre-V7 opcode with the same id, i.e. swapPalColors?
warning("o6_kernelSetFunctions: stub120(%d,%d)", args[1], args[2]);
break;
case 124: