aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/animation.h
diff options
context:
space:
mode:
authorStrangerke2013-10-12 01:52:43 +0200
committerStrangerke2013-10-12 01:52:43 +0200
commit46c5bfa50889eacbf88620fbccf5c3b435565875 (patch)
tree8fa3c69ffca5b91da39f20eb8cf897207d2d4f81 /engines/avalanche/animation.h
parentccebfc78fdb1b9e330897e0119cd87b59344154a (diff)
downloadscummvm-rg350-46c5bfa50889eacbf88620fbccf5c3b435565875.tar.gz
scummvm-rg350-46c5bfa50889eacbf88620fbccf5c3b435565875.tar.bz2
scummvm-rg350-46c5bfa50889eacbf88620fbccf5c3b435565875.zip
AVALANCHE: Move some variables around
Diffstat (limited to 'engines/avalanche/animation.h')
-rw-r--r--engines/avalanche/animation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/animation.h b/engines/avalanche/animation.h
index 2669c999aa..ad70645036 100644
--- a/engines/avalanche/animation.h
+++ b/engines/avalanche/animation.h
@@ -135,6 +135,7 @@ public:
private:
Direction _direction; // The direction Avvy is currently facing.
Direction _oldDirection;
+ static const int32 kCatacombMap[8][8];
bool _arrowTriggered; // And has the arrow been triggered?
bool _mustExclaim;
byte _geidaSpin, _geidaTime; // For the making "Geida dizzy" joke.