# HG changeset patch # User nemo # Date 1309738443 14400 # Node ID ba85acff9828c42fb88bc8983b018a2a87794462 # Parent 83d3b50d7e243cc1cee05cffc33cc4e4af1499c7 oops diff -r 83d3b50d7e24 -r ba85acff9828 hedgewars/uLandGraphics.pas --- a/hedgewars/uLandGraphics.pas Sun Jul 03 20:01:13 2011 -0400 +++ b/hedgewars/uLandGraphics.pas Sun Jul 03 20:14:03 2011 -0400 @@ -835,7 +835,7 @@ updateBlock:= true; if d = 1 then resweepCol:= true else resweepGfx:= true; - if not resweepGfx then + if d = 1 then if (yy = ty) and (y > 0) then begin LandDirty[y-1, x]:= 1;