X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools.c;h=feef1fa4044e4b19d4f297037e632d4d69565a6d;hb=92f333709bc828c9a9ac2c162b7e52b3325bd942;hp=f8f37ea0c7d3e6e08d8098674b850950d9806610;hpb=9a1ccc76e3542f3974103e505b27fc1879f0f777;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index f8f37ea0..feef1fa4 100644 --- a/src/tools.c +++ b/src/tools.c @@ -1298,6 +1298,7 @@ static void DrawLevelFieldCrumbledSandExt(int x, int y, int graphic, int frame) #if 1 graphic = el_act2crm(Feld[xx][yy], ACTION_DEFAULT); + crumbled_border_size = graphic_info[graphic].border_size; getGraphicSource(graphic, frame, &src_bitmap, &src_x, &src_y); #endif