rnd-20050531-1-src
[rocksndiamonds.git] / src / game.c
index bac83725cb81b334bd9511d71ef56a865744b23d..af07f9bfc57962e777f779431f268c9ae6d13ae4 100644 (file)
@@ -11993,6 +11993,7 @@ int DigField(struct PlayerInfo *player,
          Feld[x][y] = EL_LAMP_ACTIVE;
          local_player->lights_still_needed--;
 
+         ResetGfxAnimation(x, y);
          DrawLevelField(x, y);
        }
        else if (element == EL_TIME_ORB_FULL)
@@ -12001,6 +12002,7 @@ int DigField(struct PlayerInfo *player,
          TimeLeft += 10;
          DrawGameValue_Time(TimeLeft);
 
+         ResetGfxAnimation(x, y);
          DrawLevelField(x, y);
 
 #if 0