rnd-20100224-1-src
[rocksndiamonds.git] / src / game_sp / DDScrollBuffer.c
index 544b169e4f69731e54174e108fdc5ec773989529..de5b237edceeea21b823462ed992fe30ca4e0943 100644 (file)
@@ -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])