--- a/hedgewars/uWorld.pas Mon Mar 29 20:49:36 2010 +0000
+++ b/hedgewars/uWorld.pas Mon Mar 29 23:20:34 2010 +0000
@@ -47,12 +47,7 @@
procedure ShakeCamera(amount: LongWord);
implementation
-uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, uAmmos, uVisualGears, uChat, uLandTexture, uLand,
-{$IFDEF GLES11}
- gles11;
-{$ELSE}
- GL;
-{$ENDIF}
+uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, uAmmos, uVisualGears, uChat, uLandTexture, uLand, GLunit;
type TCaptionStr = record
Tex: PTexture;