aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.h
diff options
context:
space:
mode:
authorStrangerke2012-05-26 17:59:38 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commita468ebc32e57516f8a8e69c7017d1801b644f3f1 (patch)
treeb09fa5dd7785ab6af12cc6ab72c8c06875a9ea56 /engines/lilliput/script.h
parente8525da958f924d49850ce96cd412d11ff99b22a (diff)
downloadscummvm-rg350-a468ebc32e57516f8a8e69c7017d1801b644f3f1.tar.gz
scummvm-rg350-a468ebc32e57516f8a8e69c7017d1801b644f3f1.tar.bz2
scummvm-rg350-a468ebc32e57516f8a8e69c7017d1801b644f3f1.zip
LILLIPUT: Change type of _rulesBuffer2_5 and _rulesBuffer2_6
Diffstat (limited to 'engines/lilliput/script.h')
-rw-r--r--engines/lilliput/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lilliput/script.h b/engines/lilliput/script.h
index 722ae60f99..b5a9916dea 100644
--- a/engines/lilliput/script.h
+++ b/engines/lilliput/script.h
@@ -106,7 +106,7 @@ private:
byte _byte18823;
byte _speechDisplaySpeed;
- int _word16F00;
+ int16 _word16F00;
int _currentSpeechId;
int _word18821;
int _word129A3;