aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/animation.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-07-01 12:01:17 +0000
committerPaul Gilbert2010-07-01 12:01:17 +0000
commit6c6d8b3fb39afe4a5866348ca2d34a7b13b566bb (patch)
tree2534a8ec7d4cd1cc155f99f0ad6f9d34fc9936be /engines/m4/animation.h
parentb45d2cd92b137dc429f12f67b887a193f601afb2 (diff)
downloadscummvm-rg350-6c6d8b3fb39afe4a5866348ca2d34a7b13b566bb.tar.gz
scummvm-rg350-6c6d8b3fb39afe4a5866348ca2d34a7b13b566bb.tar.bz2
scummvm-rg350-6c6d8b3fb39afe4a5866348ca2d34a7b13b566bb.zip
Introduced a hash for storing all the miscellaneous data values, and used it to more properly implement display of all the wakeup text in the first room
svn-id: r50544
Diffstat (limited to 'engines/m4/animation.h')
-rw-r--r--engines/m4/animation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/m4/animation.h b/engines/m4/animation.h
index 21fa411426..583d829066 100644
--- a/engines/m4/animation.h
+++ b/engines/m4/animation.h
@@ -119,6 +119,7 @@ public:
virtual void load(const Common::String &filename, int abortTimers);
virtual void update();
virtual void setCurrentFrame(int frameNumber);
+ virtual int getCurrentFrame();
bool freeFlag() const { return _freeFlag; }
bool getAnimMode() const { return _animMode; }