hedgewars/uLandTexture.pas
changeset 2699 249adefa9c1c
parent 2599 c7153d2348f3
child 2716 b9ca1bfca24f
--- a/hedgewars/uLandTexture.pas	Sat Jan 16 17:30:37 2010 +0000
+++ b/hedgewars/uLandTexture.pas	Mon Jan 18 05:36:08 2010 +0000
@@ -27,13 +27,13 @@
 procedure FreeLand;
 
 implementation
-uses uMisc, uLand, uStore,
+uses uMisc, uLand, uStore, uConsts,
 {$IFDEF GLES11}
-	gles11,
+	gles11;
 {$ELSE}
-	GL,
+	GL;
 {$ENDIF}
-	uConsts;
+
 
 const TEXSIZE = 256;
 	LANDTEXARW = LAND_WIDTH div TEXSIZE;