aboutsummaryrefslogtreecommitdiff
path: root/script_v1.cpp
diff options
context:
space:
mode:
authorLionel Ulmer2002-04-20 17:41:42 +0000
committerLionel Ulmer2002-04-20 17:41:42 +0000
commitc673d1c760b43e7e011c0eaffd6028390a860438 (patch)
treec40a4d07b2927a9e75ad4326f9e4d6f4720f81ce /script_v1.cpp
parent32d69e8c020271bfa6a3f3ab65aa9f17cc441d81 (diff)
downloadscummvm-rg350-c673d1c760b43e7e011c0eaffd6028390a860438.tar.gz
scummvm-rg350-c673d1c760b43e7e011c0eaffd6028390a860438.tar.bz2
scummvm-rg350-c673d1c760b43e7e011c0eaffd6028390a860438.zip
Commit of the X11 driver using the new OSystem interface. Plus some warning fixes and gameDetector hacks.
svn-id: r4024
Diffstat (limited to 'script_v1.cpp')
-rw-r--r--script_v1.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/script_v1.cpp b/script_v1.cpp
index 0bd9e47c6b..51362bc9d9 100644
--- a/script_v1.cpp
+++ b/script_v1.cpp
@@ -911,7 +911,6 @@ void Scumm::o5_cursorCommand()
{
int i, j, k;
int16 table[16];
- byte origop = _opcode;
switch ((_opcode = fetchScriptByte()) & 0x1F) {
case 1: /* cursor show */
_cursorState = 1;