diff --git a/src/field.c b/src/field.c index 103b915..eb03936 100644 --- a/src/field.c +++ b/src/field.c @@ -1,4 +1,4 @@ -/* $Id: field.c,v 1.28 2003/06/02 23:58:59 stpohle Exp $ */ +/* $Id: field.c,v 1.29 2003/06/07 14:33:04 stpohle Exp $ */ /* field.c - procedures which are needed to control the field */ #include @@ -69,6 +69,8 @@ draw_stone (int x, int y) /* some powerup so we need to animate this too */ if (i == FT_death) d = PWUP_bad; + else if (i >= FT_sp_trigger) + d = PWUP_special; else d = PWUP_good;