X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=ec647a63411c626022af38cbd83996b286125af7;hb=89237f2f4d7189714da64da53c1515979ad49b2d;hp=26532a75425c1453c8f5ee41de15f4e1448ea71b;hpb=3da081ff7b11fa1f6af0abde72219622df5eb28a;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 26532a75..ec647a63 100644 --- a/src/tools.c +++ b/src/tools.c @@ -646,9 +646,11 @@ void DrawMaskedBorderToTarget(int draw_target) } } -void DrawTileCursor(int draw_target) +void DrawTileCursor(int draw_target, int drawing_stage) { - DrawTileCursor_MM(draw_target, game_status == GAME_MODE_PLAYING); + int tile_cursor_active = (game_status == GAME_MODE_PLAYING); + + DrawTileCursor_MM(draw_target, drawing_stage, tile_cursor_active); } void BlitScreenToBitmapExt_RND(Bitmap *target_bitmap, int fx, int fy)