bomb explosion isn't working right...

origin
stpohle 23 years ago
parent 0af1ab0e84
commit 93293709ca

@ -289,6 +289,7 @@ explosion_check_field (int x, int y, int p, int b)
bman.field[x][y].frame = 1; bman.field[x][y].frame = 1;
} }
draw_stone (x, y); 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; 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 */ /* field.c - procedures which are needed to control the field */
#include <stdlib.h> #include <stdlib.h>
@ -69,8 +69,6 @@ draw_stone (int x, int y)
i = 1; // mark that there is already an explosion i = 1; // mark that there is already an explosion
draw_fire (x, y, d, -1); draw_fire (x, y, d, -1);
} }
return; return;
}; };

Loading…
Cancel
Save