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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/animation.h b/engines/avalanche/animation.h
index 787f60e814..703d35c832 100644
--- a/engines/avalanche/animation.h
+++ b/engines/avalanche/animation.h
@@ -48,9 +48,10 @@ public:
SilType *_sil[24];
// Former Stat structure
+ byte _frameNum; // Number of pictures.
byte _seq; // How many in one stride.
Color _fgBubbleCol, _bgBubbleCol; // Foreground & background bubble colors.
- byte _acciNum; // The number according to Acci. (1=Avvy, etc.)
+ byte _characterId; // The number according to Acci. (1=Avvy, etc.)
//
Direction _facingDir;
@@ -62,7 +63,6 @@ public:
int16 _homingX, _homingY; // Homing x & y coords.
byte _count; // Counts before changing step.
byte _speedX, _speedY; // x & y speed.
- byte _animCount; // Total number of sprites.
bool _vanishIfStill; // Do we show this sprite if it's still?
bool _callEachStepFl; // Do we call the eachstep procedure?
byte _eachStepProc;