diff options
Diffstat (limited to 'engines/draci/animation.h')
-rw-r--r-- | engines/draci/animation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/draci/animation.h b/engines/draci/animation.h index e7ffc9d761..473e875941 100644 --- a/engines/draci/animation.h +++ b/engines/draci/animation.h @@ -114,6 +114,7 @@ public: void doNothing() {} void stopAnimation(); void exitGameLoop(); + void tellWalkingState(); private: uint nextFrameNum() const; |