aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/animation.h')
-rw-r--r--engines/avalanche/animation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/animation.h b/engines/avalanche/animation.h
index 47fab38d4c..1b616f9fae 100644
--- a/engines/avalanche/animation.h
+++ b/engines/avalanche/animation.h
@@ -136,11 +136,14 @@ public:
Direction getDirection();
Direction getOldDirection();
+ void resetVariables();
void synchronize(Common::Serializer &sz);
private:
Direction _direction; // The direction Avvy is currently facing.
Direction _oldDirection;
+ byte _geidaSpin, _geidaTime; // For the making "Geida dizzy" joke.
+
AvalancheEngine *_vm;
byte checkFeet(int16 x1, int16 x2, int16 oy, int16 y, byte yl);