diff options
| author | Jonathan Gray | 2002-12-24 02:38:41 +0000 |
|---|---|---|
| committer | Jonathan Gray | 2002-12-24 02:38:41 +0000 |
| commit | 95c80286526f1a1b4161aaf702b56d3d4af5dd97 (patch) | |
| tree | 0078d9f14ef28e6c9ba3f126f525016cbe547259 /scumm | |
| parent | 456877e6f0912df5acea181589110489bda84c78 (diff) | |
| download | scummvm-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')
| -rw-r--r-- | scumm/script_v6.cpp | 4 |
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), |
