aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
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();