X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.c;h=dbe6ab212f74663bacd540a3611d394eff27d659;hb=2e255c50ce0d6725e69da61dcf0f7254874da15e;hp=fc35608b2ec006410e38b780a56f60b34d1885b5;hpb=59b8b14321b5a6b47dddaa9ca8a3b721350fdff8;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.c b/src/game_mm/mm_tools.c index fc35608b..dbe6ab21 100644 --- a/src/game_mm/mm_tools.c +++ b/src/game_mm/mm_tools.c @@ -508,7 +508,8 @@ void DrawWallsAnimation_MM(int x, int y, int element, int phase, int bit_mask) frame = 0; } - getGraphicSource(graphic, frame, &bitmap, &src_x, &src_y); + getSizedGraphicSource(graphic, frame, MINI_TILESIZE, &bitmap, + &src_x, &src_y); BlitBitmap(bitmap, drawto, src_x, src_y, MINI_TILEX, MINI_TILEY, dst_x, dst_y);