aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-10-09 14:46:44 +0000
committerTravis Howell2004-10-09 14:46:44 +0000
commit9524476fb86ea77086f080ee3d52d33c70fffa88 (patch)
tree9c0c152622b8deff8dfc7a899207b76727ec58a8 /scumm/script_v80he.cpp
parent50da10489e10a13b7a5f849faa69fe90e1b46c64 (diff)
downloadscummvm-rg350-9524476fb86ea77086f080ee3d52d33c70fffa88.tar.gz
scummvm-rg350-9524476fb86ea77086f080ee3d52d33c70fffa88.tar.bz2
scummvm-rg350-9524476fb86ea77086f080ee3d52d33c70fffa88.zip
Ooops
svn-id: r15487
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r--scumm/script_v80he.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index 8b8895baae..33a14c975d 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -502,9 +502,6 @@ 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();