X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=af07f9bfc57962e777f779431f268c9ae6d13ae4;hb=d1cc94cad14b78a9722c1c021a619b6363ae97fe;hp=bac83725cb81b334bd9511d71ef56a865744b23d;hpb=4b1b5a2a67227d3023ff6da4596be31eae8eaefc;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index bac83725..af07f9bf 100644 --- a/src/game.c +++ b/src/game.c @@ -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