diff options
Diffstat (limited to 'engines/lilliput/script.h')
-rw-r--r-- | engines/lilliput/script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lilliput/script.h b/engines/lilliput/script.h index 3ea50791db..63a9aab805 100644 --- a/engines/lilliput/script.h +++ b/engines/lilliput/script.h @@ -57,6 +57,8 @@ public: short _array12311[640]; + void sub130B6(); + LilliputScript(LilliputEngine *vm); ~LilliputScript(); @@ -103,8 +105,6 @@ private: int getValue1(); int getValue2(); - void sub130B6(); - byte *getBuffer215Ptr(); byte compareValues(byte var1, int oper, int var2); void computeOperation(byte *bufPtr, int oper, int var2); |