aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index ad33fecfed..26283d3df4 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -239,6 +239,10 @@ public:
animProgress = 0;
}
+ int getAnimSpeed() const {
+ return animSpeed;
+ }
+
int getAnimProgress() const {
return animProgress;
}