diff options
Diffstat (limited to 'engines/lilliput/script.h')
-rw-r--r-- | engines/lilliput/script.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/lilliput/script.h b/engines/lilliput/script.h index 668040d499..3521ad1e4b 100644 --- a/engines/lilliput/script.h +++ b/engines/lilliput/script.h @@ -34,6 +34,7 @@ class LilliputScript { public: byte _byte16F08; byte _byte12A04; + byte _byte15FFA; byte _array10B29[40]; byte _array122E9[20]; @@ -42,11 +43,15 @@ public: byte _array16173[40]; byte _array12811[40]; byte _array10AB1[40]; + byte _array122FD[20]; + byte *_savedBuffer215Ptr; int _word12A00; int _word12A02; int _word10802; int _word1881B; + int _word15FFB; + int _word15FFD; short _array12311[640]; @@ -64,22 +69,17 @@ private: byte _byte16F05_ScriptHandler; byte _byte12A09; byte _byte129A0; - byte _byte15FFA; byte _byte1855D; byte _byte10806; byte _byte12FE4; byte _byte16F02; - byte *_savedBuffer215Ptr; - byte _array122FD[20]; byte _array128EF[40]; byte _array12839[40]; byte _array10B51[40 * 40]; int _word16F00; int _word10804; - int _word15FFB; - int _word15FFD; int _word1855E; int _word18776; |