aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-10-09 14:33:31 +0000
committerTravis Howell2004-10-09 14:33:31 +0000
commitb902c220aa1b359ee3669e1d9389bdef8368c203 (patch)
tree4dab6684ca61661a826f64c4749bf315d0304dc0 /scumm/script_v80he.cpp
parent64a91605a11152e2b1c54eba0e5ae9d514530028 (diff)
downloadscummvm-rg350-b902c220aa1b359ee3669e1d9389bdef8368c203.tar.gz
scummvm-rg350-b902c220aa1b359ee3669e1d9389bdef8368c203.tar.bz2
scummvm-rg350-b902c220aa1b359ee3669e1d9389bdef8368c203.zip
Inital support for later HE games with altered opcode table.
svn-id: r15485
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r--scumm/script_v80he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index 33a14c975d..8b8895baae 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -502,6 +502,9 @@ void ScummEngine_v80he::o80_cursorCommand() {
int args[16];
int subOp = fetchScriptByte();
+ if (_heversion == 100)
+ subOp += 5;
+
switch (subOp) {
case 0x13: // Loads cursors from another resource
a = pop();