aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorJonathan Gray2002-12-24 02:38:41 +0000
committerJonathan Gray2002-12-24 02:38:41 +0000
commit95c80286526f1a1b4161aaf702b56d3d4af5dd97 (patch)
tree0078d9f14ef28e6c9ba3f126f525016cbe547259 /scumm/script_v6.cpp
parent456877e6f0912df5acea181589110489bda84c78 (diff)
downloadscummvm-rg350-95c80286526f1a1b4161aaf702b56d3d4af5dd97.tar.gz
scummvm-rg350-95c80286526f1a1b4161aaf702b56d3d4af5dd97.tar.bz2
scummvm-rg350-95c80286526f1a1b4161aaf702b56d3d4af5dd97.zip
yes they really are the same, one opcode just has a jmp to the other
svn-id: r6092
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index bbcd745b76..8d131dec33 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -168,8 +168,8 @@ void Scumm_v6::setupOpcodes()
OPCODE(o6_drawBlastObject),
/* 64 */
OPCODE(o6_setBlastObjectWindow),
- OPCODE(o6_stopObjectCode), // FIXME - are 0x65 and 0x66 really the same?
- OPCODE(o6_stopObjectCode), // FIXME - are 0x65 and 0x66 really the same?
+ OPCODE(o6_stopObjectCode),
+ OPCODE(o6_stopObjectCode),
OPCODE(o6_endCutscene),
/* 68 */
OPCODE(o6_cutscene),