aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
authorTravis Howell2005-03-08 05:56:21 +0000
committerTravis Howell2005-03-08 05:56:21 +0000
commit5759e1577c3a83de79f565ef1d9f956831e15864 (patch)
treef7612081bbc37f1a9b25b1ca21da4c7b44502f0d /scumm/actor.h
parentb9393bc819e69ccdd7428f988026f76dc2b3e812 (diff)
downloadscummvm-rg350-5759e1577c3a83de79f565ef1d9f956831e15864.tar.gz
scummvm-rg350-5759e1577c3a83de79f565ef1d9f956831e15864.tar.bz2
scummvm-rg350-5759e1577c3a83de79f565ef1d9f956831e15864.zip
Add opcode for bb2demo
svn-id: r17035
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;
}