hedgewars/uLandTexture.pas
branch0.9.18
changeset 7884 60132c558c05
parent 7850 fcbb024090a4
child 8026 4a4f21070479
child 8027 e5ba3dd12531
--- a/hedgewars/uLandTexture.pas	Fri Oct 26 14:13:09 2012 +0100
+++ b/hedgewars/uLandTexture.pas	Mon Oct 29 21:46:50 2012 +0100
@@ -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