- uTypes must be included for reference of gmtLandPreview which used for iOS build
authorantonc27 <antonc27@mail.ru>
Sun, 07 Feb 2016 17:40:09 +0100
changeset 11536 edd6ea6b85a8
parent 11535 135094ab3146
child 11537 de40095f3327
- uTypes must be included for reference of gmtLandPreview which used for iOS build
hedgewars/uLandGenTemplateBased.pas
--- 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);