X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.c;h=59c59d25737982bc64883d8abb1a763626b8d693;hb=5d1d7972c0b10aabb014e3952c1cda475f2b31c4;hp=4e9254a7c7a29383abed7a33a993c21d0590208f;hpb=3a606b24c2e6459e8522f060d37f8f4b9434c4b8;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.c b/src/game_mm/mm_tools.c index 4e9254a7..59c59d25 100644 --- a/src/game_mm/mm_tools.c +++ b/src/game_mm/mm_tools.c @@ -524,8 +524,10 @@ void DrawElement_MM(int x, int y, int element) laser.fuse_x == x && laser.fuse_y == y) DrawGraphic_MM(x, y, IMG_MM_FUSE); + else if (element == EL_GRAY_BALL_ACTIVE) + DrawGraphic_MM(x, y, el_act2gfx(EL_GRAY_BALL, MM_ACTION_ACTIVE)); else if (element == EL_GRAY_BALL_OPENING) - DrawGraphic_MM(x, y, el_act2gfx(EL_BALL_GRAY, MM_ACTION_OPENING)); + DrawGraphic_MM(x, y, el_act2gfx(EL_GRAY_BALL, 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)