From: Holger Schemel Date: Wed, 22 Feb 2017 18:59:06 +0000 (+0100) Subject: fixed animation of opening exit door (MM engine) X-Git-Tag: 4.1.0.0~191 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=5db2619b4949eaaf09b5564ab0be361a332498f4 fixed animation of opening exit door (MM engine) --- diff --git a/src/game_mm/mm_game.c b/src/game_mm/mm_game.c index 0cb2e094..c2c7df2b 100644 --- a/src/game_mm/mm_game.c +++ b/src/game_mm/mm_game.c @@ -1950,7 +1950,7 @@ void OpenExit(int x, int y) MovDelay[x][y]--; phase = MovDelay[x][y] / delay; if (!(MovDelay[x][y] % delay) && IN_SCR_FIELD(x, y)) - DrawGraphic_MM(x, y, EL_EXIT_OPEN - phase); + DrawGraphicAnimation_MM(x, y, IMG_MM_EXIT_OPENING, 3 - phase); if (!MovDelay[x][y]) {