|
|
@ -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;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|