Ignore:
Timestamp:
Sep 24, 2018, 11:46:31 PM (6 years ago)
Author:
chronos
Message:
  • Added: New game option to set cells without player units as neutral.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.pas

    r247 r262  
    3131    ButtonPlayerModify: TButton;
    3232    ButtonPlayerRemove: TButton;
     33    CheckBoxEmptyCellsNeutral: TCheckBox;
    3334    CheckBoxBridges: TCheckBox;
    3435    CheckBoxCity: TCheckBox;
     
    538539    SpinEditTurns.Value := StayAliveForDefinedTurns;
    539540    SpinEditSpecialCells.Value := SpecialCaptureCellCount;
     541    CheckBoxEmptyCellsNeutral.Checked := EmptyCellsNeutral;
    540542  end;
    541543end;
     
    580582    StayAliveForDefinedTurns := SpinEditTurns.Value;
    581583    SpecialCaptureCellCount := SpinEditSpecialCells.Value;
     584    EmptyCellsNeutral := CheckBoxEmptyCellsNeutral.Checked;
    582585  end;
    583586end;
Note: See TracChangeset for help on using the changeset viewer.