hedgewars/uStore.pas
changeset 1806 3c4f0886c123
parent 1805 dd9fb4b13fd8
child 1854 6e05013899b2
--- a/hedgewars/uStore.pas	Wed Feb 18 16:28:21 2009 +0000
+++ b/hedgewars/uStore.pas	Wed Feb 18 16:35:03 2009 +0000
@@ -567,8 +567,7 @@
     if SpritesData[ii].Surface <> nil then SDL_FreeSurface(SpritesData[ii].Surface)
     end;
 
-FreeTexture(HHTexture);
-FreeTexture(LandTexture)
+FreeTexture(HHTexture)
 end;
 
 function  RenderStringTex(s: string; Color: Longword; font: THWFont): PTexture;