# HG changeset patch # User antonc27 # Date 1454866174 -3600 # Node ID de40095f33271e8354352861683b771e97e0be8e # Parent edd6ea6b85a89b5fc10f214ce2569021069bc047 - ifdef to avoid compiler warning diff -r edd6ea6b85a8 -r de40095f3327 hedgewars/uLandGenTemplateBased.pas --- a/hedgewars/uLandGenTemplateBased.pas Sun Feb 07 17:40:09 2016 +0100 +++ b/hedgewars/uLandGenTemplateBased.pas Sun Feb 07 18:29:34 2016 +0100 @@ -9,7 +9,7 @@ var minDistance, dabDiv: LongInt; // different details size implementation -uses uVariables, uTypes, uConsts, uFloat, uLandUtils, uRandom, SDLh, math; +uses {$IFDEF IPHONEOS}uTypes, {$ENDIF} uVariables, uConsts, uFloat, uLandUtils, uRandom, SDLh, math; procedure SetPoints(var Template: TEdgeTemplate; var pa: TPixAr; fps: PPointArray);