Ignore:
Timestamp:
Sep 22, 2018, 1:27:09 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Allow only meaningful sizes for cyclic maps.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.pas

    r243 r247  
    566566    CityEnabled := CheckBoxCity.Checked;
    567567    CityPercentage := SpinEditCityPercent.Value;
     568    Map.Cyclic := CyclicMap;
    568569    Map.Size := TPoint.Create(SpinEditMapSizeX.Value, SpinEditMapSizeY.Value);
    569570    GrowAmount := TGrowAmount(RadioGroupGrowAmount.ItemIndex);
Note: See TracChangeset for help on using the changeset viewer.