rnd-20030913-2-src
[rocksndiamonds.git] / src / tools.c
index f8f37ea0c7d3e6e08d8098674b850950d9806610..feef1fa4044e4b19d4f297037e632d4d69565a6d 100644 (file)
@@ -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