aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.h
diff options
context:
space:
mode:
authorStrangerke2012-05-22 22:12:09 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commitaac437d3cb8b6f1c62862ac98223c44c44a4f0a9 (patch)
treea4db07aaee59e2ebb50165960fa10c9f5787e4b2 /engines/lilliput/script.h
parente1bc0469defe2cb3a225e91767d2f3b765390314 (diff)
downloadscummvm-rg350-aac437d3cb8b6f1c62862ac98223c44c44a4f0a9.tar.gz
scummvm-rg350-aac437d3cb8b6f1c62862ac98223c44c44a4f0a9.tar.bz2
scummvm-rg350-aac437d3cb8b6f1c62862ac98223c44c44a4f0a9.zip
LILLIPUT: Fix display/menu bug, Some renaming
Diffstat (limited to 'engines/lilliput/script.h')
-rw-r--r--engines/lilliput/script.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/lilliput/script.h b/engines/lilliput/script.h
index fd4c239a2b..b65751d6ca 100644
--- a/engines/lilliput/script.h
+++ b/engines/lilliput/script.h
@@ -98,7 +98,6 @@ private:
Common::Stack<ScriptStream *> _scriptStack;
byte _byte16F05_ScriptHandler;
- byte _byte12A09;
byte _byte129A0;
byte _byte10806;
byte _lastRandomValue;
@@ -257,7 +256,7 @@ private:
void OC_setViewPortPos();
void OC_setCurrentCharacterAltitude();
void OC_sub1817F();
- void sub1818B(Common::Point pos);
+ void sub1818B(Common::Point point);
void OC_sub181BB();
void OC_sub18213();
void OC_sub18252();