aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/animation.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-14 14:38:22 -0400
committerPaul Gilbert2015-03-14 14:38:22 -0400
commit1e15c02d1ea56439509926b68b9e393957241e65 (patch)
treee02ab46bb951d7d9a577712a9ccb058c46f27089 /engines/mads/animation.h
parentb39abbfb4955521211847f33bcc133cdd9642fe3 (diff)
downloadscummvm-rg350-1e15c02d1ea56439509926b68b9e393957241e65.tar.gz
scummvm-rg350-1e15c02d1ea56439509926b68b9e393957241e65.tar.bz2
scummvm-rg350-1e15c02d1ea56439509926b68b9e393957241e65.zip
MADS: Fix animation of tying rope to the boat
Diffstat (limited to 'engines/mads/animation.h')
-rw-r--r--engines/mads/animation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/animation.h b/engines/mads/animation.h
index 8b85a5370d..1c87273e62 100644
--- a/engines/mads/animation.h
+++ b/engines/mads/animation.h
@@ -219,6 +219,11 @@ public:
*/
void update();
+ /**
+ * Erases any sprites from the previous animation frame
+ */
+ void eraseSprites();
+
void setNextFrameTimer(int frameNumber);
int getNextFrameTimer() const { return _nextFrameTimer; }
void setCurrentFrame(int frameNumber);