diff options
Diffstat (limited to 'scumm/actor.h')
-rw-r--r-- | scumm/actor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h index 8e839dc3fb..918acd5361 100644 --- a/scumm/actor.h +++ b/scumm/actor.h @@ -216,6 +216,10 @@ public: animProgress = 0; } + int getAnimProgress() const { + return animProgress; + } + int getElevation() const { return elevation; } |