diff options
author | Strangerke | 2012-04-21 21:19:13 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-03-28 17:36:57 +0200 |
commit | 5d21c237f70d1cdba3d3b7f978e2542088b89489 (patch) | |
tree | d90f1ab1f7bf4186531c25d7e399eccb9e58f6f3 /engines/lilliput/script.h | |
parent | 8f8dadb9e159154b266884d40a3daf5be192c1ea (diff) | |
download | scummvm-rg350-5d21c237f70d1cdba3d3b7f978e2542088b89489.tar.gz scummvm-rg350-5d21c237f70d1cdba3d3b7f978e2542088b89489.tar.bz2 scummvm-rg350-5d21c237f70d1cdba3d3b7f978e2542088b89489.zip |
LILLIPUT: Add display string, accelerate fading to 50Hkz
Diffstat (limited to 'engines/lilliput/script.h')
-rw-r--r-- | engines/lilliput/script.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/lilliput/script.h b/engines/lilliput/script.h index 4b5bc3df00..07d2139663 100644 --- a/engines/lilliput/script.h +++ b/engines/lilliput/script.h @@ -69,10 +69,6 @@ private: byte _byte10806; byte _byte12FE4; byte _byte16F02; - byte _byte18778; - byte _byte18779; - byte _byte1877A; - byte _byte1877B; byte *_savedBuffer215Ptr; byte _array122FD[20]; @@ -80,7 +76,6 @@ private: byte _array12839[40]; byte _array10B51[40 * 40]; - int _word18818; int _word16F00; int _word10804; int _word15FFB; @@ -102,7 +97,7 @@ private: int sub17D40(int var); void sub18A56(byte *buf); void sub18B3C(int var); - void sub18BE6(); + void sub18BE6(byte var1, int var2, int var4); int getValue1(); int getValue2(); |