X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FDDScrollBuffer.c;h=de5b237edceeea21b823462ed992fe30ca4e0943;hp=544b169e4f69731e54174e108fdc5ec773989529;hb=18863a5655e9e07d548e2d673e7f82336703c8fb;hpb=f926e522aef77158e0011ae5ad2cf8805509d6d1 diff --git a/src/game_sp/DDScrollBuffer.c b/src/game_sp/DDScrollBuffer.c index 544b169e..de5b237e 100644 --- a/src/game_sp/DDScrollBuffer.c +++ b/src/game_sp/DDScrollBuffer.c @@ -227,7 +227,11 @@ void UpdatePlayfield(boolean force_redraw) #endif if (graphic < 0) + { + GfxGraphicLast[x][y] = GfxGraphic[x][y]; + continue; + } if (element != GfxElementLast[x][y] && graphic == GfxGraphicLast[x][y])