|
|
@ -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 */
|
|
|
|