From 2ac4f7fdd780ee35bafba2fdf6152700aab5c6c7 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sat, 7 Feb 2004 18:17:50 +0000 Subject: [PATCH] Forgot to readd the drawen fire to the stone animation list --- src/field.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/field.c b/src/field.c index eade486..762ca75 100644 --- a/src/field.c +++ b/src/field.c @@ -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 */ #include "bomberclone.h" @@ -278,6 +278,8 @@ field_animation () if (d >= 4) fieldani[i].y = fieldani[i].x = -1; + else + stonelist_add (fieldani[i].x, fieldani[i].y); } } else /* delete this entry */