aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/drew.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/drew.h')
-rw-r--r--engines/toon/drew.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/toon/drew.h b/engines/toon/drew.h
index ae9fdff2e9..d8091f2225 100644
--- a/engines/toon/drew.h
+++ b/engines/toon/drew.h
@@ -40,9 +40,13 @@ public:
bool setupPalette();
void playStandingAnim();
void setPosition(int32 x, int32 y);
+ void resetScale();
void update(int32 timeIncrement);
void playWalkAnim(int32 start, int32 end);
int32 getRandomIdleAnim();
+protected:
+ int32 _currentScale;
+
};
} // End of namespace Toon