aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/livingbooks.h')
-rw-r--r--engines/mohawk/livingbooks.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h
index 2e743e1854..060dcd960a 100644
--- a/engines/mohawk/livingbooks.h
+++ b/engines/mohawk/livingbooks.h
@@ -166,13 +166,12 @@ public:
~LBAnimation();
void draw();
- void update();
+ bool update();
void start();
void seek(uint16 pos);
void stop();
- bool wasDone();
bool transparentAt(int x, int y);
void setTempo(uint16 tempo);
@@ -194,7 +193,7 @@ protected:
uint16 _tempo;
uint32 _lastTime, _currentFrame;
- bool _running, _done;
+ bool _running;
void loadShape(uint16 resourceId);
Common::Array<uint16> _shapeResources;