From aac437d3cb8b6f1c62862ac98223c44c44a4f0a9 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 22 May 2012 22:12:09 +0200 Subject: LILLIPUT: Fix display/menu bug, Some renaming --- engines/lilliput/script.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/lilliput/script.h') 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 _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(); -- cgit v1.2.3