aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/parse_v2.cpp
diff options
context:
space:
mode:
authorSven Hesse2006-11-14 14:58:41 +0000
committerSven Hesse2006-11-14 14:58:41 +0000
commit3f0ebaaa1846175fa18dda340a06bd70f0e6cc59 (patch)
treef223eb3daecb766f5124c2cacd737b8bbdff7942 /engines/gob/parse_v2.cpp
parent53faadfdb6cc98e07cdd291c68140ed36bb8f79b (diff)
downloadscummvm-rg350-3f0ebaaa1846175fa18dda340a06bd70f0e6cc59.tar.gz
scummvm-rg350-3f0ebaaa1846175fa18dda340a06bd70f0e6cc59.tar.bz2
scummvm-rg350-3f0ebaaa1846175fa18dda340a06bd70f0e6cc59.zip
Fixed the lock when leaving the menu
svn-id: r24719
Diffstat (limited to 'engines/gob/parse_v2.cpp')
-rw-r--r--engines/gob/parse_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/parse_v2.cpp b/engines/gob/parse_v2.cpp
index d56d390ffc..5d600061a8 100644
--- a/engines/gob/parse_v2.cpp
+++ b/engines/gob/parse_v2.cpp
@@ -358,7 +358,7 @@ int16 Parse_v2::parseExpr(char stopToken, byte *arg_2) {
int16 dimCount;
int16 temp;
int16 temp2;
- uint16 offset;
+ int16 offset;
int16 dim;
char var_1A;
int16 stkPos;