hedgewars/uLand.pas
changeset 3165 3ec07a7d8456
parent 3141 70d65353bd60
child 3181 5c350b6c38f4
--- a/hedgewars/uLand.pas	Mon Mar 29 20:49:36 2010 +0000
+++ b/hedgewars/uLand.pas	Mon Mar 29 23:20:34 2010 +0000
@@ -20,12 +20,7 @@
 
 unit uLand;
 interface
-uses SDLh, uLandTemplates, uFloat, uConsts,
-{$IFDEF GLES11}
-    gles11;
-{$ELSE}
-    GL;
-{$ENDIF}
+uses SDLh, uLandTemplates, uFloat, uConsts, GLunit;
 
 type TLandArray = packed array[0 .. LAND_HEIGHT - 1, 0 .. LAND_WIDTH - 1] of LongWord;
     TCollisionArray = packed array[0 .. LAND_HEIGHT - 1, 0 .. LAND_WIDTH - 1] of Word;