diff options
Diffstat (limited to 'engines/mads/animation.h')
-rw-r--r-- | engines/mads/animation.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/mads/animation.h b/engines/mads/animation.h index 8df7b37439..ca04e86ed6 100644 --- a/engines/mads/animation.h +++ b/engines/mads/animation.h @@ -130,8 +130,8 @@ private: uint32 _nextScrollTimer; int _messageCtr; int _abortTimers; - AbortTimerMode _abortMode; - ActionDetails _actionNouns; + AbortTimerMode _abortTimersMode; + ActionDetails _actionDetails; /** * Load data for a given frame @@ -173,6 +173,11 @@ public: int flags, Common::Array<RGB4> *palAnimData, SceneInfo *sceneInfo); /** + * Setups up a loaded animation for playback + */ + void startAnimation(int abortTimers); + + /** * Update the animation */ void update(); |