hedgewars/uLand.pas
changeset 3017 4a52e0705011
parent 2981 d0471586a616
child 3038 4e48c276a468
--- a/hedgewars/uLand.pas	Thu Mar 18 02:18:50 2010 +0000
+++ b/hedgewars/uLand.pas	Thu Mar 18 02:27:46 2010 +0000
@@ -861,6 +861,7 @@
 
 procedure free_uLand;
 begin
+    FillChar(LandPixels, sizeof(TLandArray), 0);
     if LandBackSurface <> nil then
         SDL_FreeSurface(LandBackSurface);
 end;