- uTypes must be included for reference of gmtLandPreview which used for iOS build
--- a/hedgewars/uLandGenTemplateBased.pas Fri Feb 05 11:32:23 2016 +0300
+++ b/hedgewars/uLandGenTemplateBased.pas Sun Feb 07 17:40:09 2016 +0100
@@ -9,7 +9,7 @@
var minDistance, dabDiv: LongInt; // different details size
implementation
-uses uVariables, uConsts, uFloat, uLandUtils, uRandom, SDLh, math;
+uses uVariables, uTypes, uConsts, uFloat, uLandUtils, uRandom, SDLh, math;
procedure SetPoints(var Template: TEdgeTemplate; var pa: TPixAr; fps: PPointArray);