hedgewars/uLandTexture.pas
changeset 3165 3ec07a7d8456
parent 3045 41732f986b4f
child 3491 4619b1ae99b5
--- a/hedgewars/uLandTexture.pas	Mon Mar 29 20:49:36 2010 +0000
+++ b/hedgewars/uLandTexture.pas	Mon Mar 29 23:20:34 2010 +0000
@@ -27,12 +27,7 @@
 procedure FreeLand;
 
 implementation
-uses uMisc, uLand, uStore, uConsts,
-{$IFDEF GLES11}
-    gles11;
-{$ELSE}
-    GL;
-{$ENDIF}
+uses uMisc, uLand, uStore, uConsts, GLunit;
 
 
 const TEXSIZE = 256;