hedgewars/uLandTexture.pas
branchphysfslayer
changeset 7928 88fde28bbda6
parent 7850 fcbb024090a4
child 8026 4a4f21070479
child 8027 e5ba3dd12531
--- 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