aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/animation.cpp')
-rw-r--r--engines/draci/animation.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/draci/animation.cpp b/engines/draci/animation.cpp
index 560f03ffcf..2bbb960fb1 100644
--- a/engines/draci/animation.cpp
+++ b/engines/draci/animation.cpp
@@ -210,6 +210,10 @@ void Animation::exitGameLoop() {
_vm->_game->setExitLoop(true);
}
+void Animation::tellWalkingState() {
+ _vm->_game->heroAnimationFinished();
+}
+
Animation *AnimationManager::addAnimation(int id, uint z, bool playing) {
// Increment animation index
++_lastIndex;