changeset 11541 | edd6ea6b85a8 |
parent 11537 | bf86c6cb9341 |
child 11542 | de40095f3327 |
--- 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);