X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.c;h=d8dbe8becaa5270253801ca4a406f0255f8d1aa3;hb=80f7b7e667017c2789bc5541d882500a57a4e716;hp=a8edba4e2e152d6b0b397d70f9f4bc8c2c4169c0;hpb=85f413391130da1d27d7f11575bc5a0bf52d7d53;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.c b/src/game_mm/mm_tools.c index a8edba4e..d8dbe8be 100644 --- a/src/game_mm/mm_tools.c +++ b/src/game_mm/mm_tools.c @@ -526,6 +526,10 @@ void DrawElement_MM(int x, int y, int element) DrawGraphic_MM(x, y, IMG_MM_FUSE); else if (element == EL_GRAY_BALL_OPENING) DrawGraphic_MM(x, y, el_act2gfx(EL_BALL_GRAY, MM_ACTION_OPENING)); + else if (element == EL_BOMB_ACTIVE) + DrawGraphic_MM(x, y, el_act2gfx(EL_BOMB, MM_ACTION_ACTIVE)); + else if (element == EL_MINE_ACTIVE) + DrawGraphic_MM(x, y, el_act2gfx(EL_MINE, MM_ACTION_ACTIVE)); else DrawGraphic_MM(x, y, el2gfx(element)); }