diff options
-rw-r--r-- | engines/draci/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/game.cpp b/engines/draci/game.cpp index 23a037e5e7..c87034bdea 100644 --- a/engines/draci/game.cpp +++ b/engines/draci/game.cpp @@ -1473,7 +1473,7 @@ void Game::positionAnimAsHero(Animation *anim) { const double scale = getPers0() + getPersStep() * _hero.y; // Set the Z coordinate for the dragon's animation - anim->setZ(_hero.y + 1); + anim->setZ(_hero.y); // Fetch current frame Drawable *frame = anim->getCurrentFrame(); |