aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/draci/game.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/draci/game.cpp b/engines/draci/game.cpp
index 1862ceb22d..b04de1a000 100644
--- a/engines/draci/game.cpp
+++ b/engines/draci/game.cpp
@@ -773,6 +773,9 @@ void Game::putItem(GameItem *item, int position) {
void Game::inventoryInit() {
// Pause all "background" animations
_vm->_anims->pauseAnimations();
+ if (_walkingState.isActive()) {
+ walkHero(_hero.x, _hero.y, kDirectionLast);
+ }
// Draw the inventory and the current items
inventoryDraw();