changeset 7157 | 04f2155e392c |
parent 7151 | ec15d9e1a7e3 |
child 7170 | 84ac6c6d2d8e |
--- a/hedgewars/uLandTexture.pas Wed May 30 22:45:30 2012 +0400 +++ b/hedgewars/uLandTexture.pas Thu May 31 20:07:17 2012 +0400 @@ -155,6 +155,6 @@ if LandBackSurface <> nil then SDL_FreeSurface(LandBackSurface); LandBackSurface:= nil; - LandTextures:= nil; + SetLength(LandTextures, 0, 0); end; end.