@ -289,6 +289,7 @@ explosion_check_field (int x, int y, int p, int b)
bman.field[x][y].frame = 1;
}
draw_stone (x, y);
gfx_AddUpdateRect (x * gfx.block.x, y * gfx.block.y, gfx.block.x, gfx.block.y);
return bman.field[x][y].type;
@ -1,4 +1,4 @@
/* $Id: field.c,v 1.19 2003/05/13 21:53:40 patty21 Exp $ */
/* $Id: field.c,v 1.20 2003/05/14 04:59:17 stpohle Exp $ */
/* field.c - procedures which are needed to control the field */
#include <stdlib.h>
@ -69,8 +69,6 @@ draw_stone (int x, int y)
i = 1; // mark that there is already an explosion
draw_fire (x, y, d, -1);
return;
};