Forgot to readd the drawen fire to the stone animation list

origin
stpohle 22 years ago
parent 6ddd7eba6a
commit 2ac4f7fdd7

@ -1,4 +1,4 @@
/* $Id: field.c,v 1.54 2004/02/05 21:32:18 stpohle Exp $ */ /* $Id: field.c,v 1.55 2004/02/07 18:17:50 stpohle Exp $ */
/* field.c - procedures which are needed to control the field */ /* field.c - procedures which are needed to control the field */
#include "bomberclone.h" #include "bomberclone.h"
@ -278,6 +278,8 @@ field_animation ()
if (d >= 4) if (d >= 4)
fieldani[i].y = fieldani[i].x = -1; fieldani[i].y = fieldani[i].x = -1;
else
stonelist_add (fieldani[i].x, fieldani[i].y);
} }
} }
else /* delete this entry */ else /* delete this entry */

Loading…
Cancel
Save