diff -r 3331b30e4ef1 -r 88fde28bbda6 hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Sun Oct 21 01:28:33 2012 +0400 +++ b/hedgewars/uLandTexture.pas Sat Nov 03 00:34:35 2012 +0400 @@ -27,6 +27,7 @@ procedure UpdateLandTexture(X, Width, Y, Height: LongInt; landAdded: boolean); procedure DrawLand(dX, dY: LongInt); procedure ResetLand; +procedure SetLandTexture; implementation uses uConsts, GLunit, uTypes, uVariables, uTextures, uDebug, uRender; @@ -183,7 +184,7 @@ end; -procedure initModule; +procedure SetLandTexture; begin if (cReducedQuality and rqBlurryLand) = 0 then begin @@ -199,6 +200,10 @@ SetLength(LandTextures, LANDTEXARW, LANDTEXARH); end; +procedure initModule; +begin +end; + procedure ResetLand; var x, y: LongInt; begin