aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lilliput/script.h')
-rw-r--r--engines/lilliput/script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lilliput/script.h b/engines/lilliput/script.h
index 75ab5ca1ef..4d0f0b5ae3 100644
--- a/engines/lilliput/script.h
+++ b/engines/lilliput/script.h
@@ -34,6 +34,7 @@ public:
~LilliputScript();
void runScript(Common::MemoryReadStream script);
+ void runMenuScript(Common::MemoryReadStream script);
private:
LilliputEngine *_vm;
@@ -47,6 +48,7 @@ private:
byte _byte15FFA;
byte _byte1855D;
byte _byte10806;
+ byte _byte12FE4;
byte *_savedBuffer215Ptr;
byte _array122E9[20];