X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.c;h=e037aac9cc838af2da1f0ecc7be98e3c16a92795;hb=400531ebc8e8874fd026b5486874d1f325ace5c3;hp=dbe6ab212f74663bacd540a3611d394eff27d659;hpb=2e255c50ce0d6725e69da61dcf0f7254874da15e;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.c b/src/game_mm/mm_tools.c index dbe6ab21..e037aac9 100644 --- a/src/game_mm/mm_tools.c +++ b/src/game_mm/mm_tools.c @@ -271,7 +271,7 @@ void DrawScreenElementExt_MM(int x, int y, int dx, int dy, int element, if (element == EL_PACMAN) { - graphic += 4 * !phase2; + graphic = (phase2 ? IMG_MM_PACMAN_RIGHT : IMG_MM_PACMAN_EATING_RIGHT); if (dir == MV_UP) graphic += 1;