diff -r b1ec8db513f2 -r 644f93d8f148 hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Sat Mar 21 10:49:58 2009 +0000 +++ b/hedgewars/uLandTexture.pas Sun Mar 22 14:32:22 2009 +0000 @@ -25,7 +25,13 @@ procedure FreeLand; implementation -uses uMisc, uLand, uStore, GL, uConsts; +uses uMisc, uLand, uStore, +{$IFDEF IPHONE} + gles11, +{$ELSE} + GL, +{$ENDIF} + uConsts; const TEXSIZE = 256; LANDTEXARW = LAND_WIDTH div TEXSIZE;