diff options
Diffstat (limited to 'engines/avalanche/visa2.h')
-rw-r--r-- | engines/avalanche/visa2.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/avalanche/visa2.h b/engines/avalanche/visa2.h index 37cb177fbe..9d26d7a747 100644 --- a/engines/avalanche/visa2.h +++ b/engines/avalanche/visa2.h @@ -38,23 +38,15 @@ class AvalancheEngine; class Visa { public: Visa(AvalancheEngine *vm); - - void dixi(char block, byte point); - + void dixi(char block, byte point, bool report = true, bool bubbling = false); void talkto(byte whom); private: AvalancheEngine *_vm; - static bool bubbling; - static bool report_dixi_errors; - bool went_ok; - void unskrimble(); - void do_the_bubble(); - void speech(byte who, byte subject); }; |