diff options
author | Strangerke | 2012-04-20 08:34:41 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-03-28 17:36:57 +0200 |
commit | 70f1d349c538842ed981f0950ff55f05111adb2e (patch) | |
tree | c67996ec43079b5efab741ddbea85e44d7abf353 /engines/lilliput/script.h | |
parent | 0139ce6853b65edc4c1b57db4369124a2ace3d5e (diff) | |
download | scummvm-rg350-70f1d349c538842ed981f0950ff55f05111adb2e.tar.gz scummvm-rg350-70f1d349c538842ed981f0950ff55f05111adb2e.tar.bz2 scummvm-rg350-70f1d349c538842ed981f0950ff55f05111adb2e.zip |
LILLIPUT: Implement some more parts of "int 8"
Diffstat (limited to 'engines/lilliput/script.h')
-rw-r--r-- | engines/lilliput/script.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/lilliput/script.h b/engines/lilliput/script.h index 27140e6f41..662538a3d0 100644 --- a/engines/lilliput/script.h +++ b/engines/lilliput/script.h @@ -33,17 +33,22 @@ class LilliputEngine; class LilliputScript { public: byte _byte16F08; + byte _byte12A04; byte _array10B29[40]; byte _array122E9[20]; byte _array16123[40]; byte _array1614B[40]; byte _array16173[40]; + byte _array12811[40]; + byte _array10AB1[40]; int _word12A00; int _word12A02; int _word10802; - byte _byte12A04; + int _word1881B; + + int _array12311[640]; LilliputScript(LilliputEngine *vm); ~LilliputScript(); @@ -68,14 +73,9 @@ private: byte *_savedBuffer215Ptr; byte _array122FD[20]; byte _array128EF[40]; - byte _array10AB1[40]; - byte _array12811[40]; byte _array12839[40]; byte _array10B51[40 * 40]; - int _array12311[640]; - - int _word1881B; int _word16F00; int _word10804; int _word15FFB; |