Changeset 82 for trunk/Forms/UFormNew.pas
- Timestamp:
- Nov 5, 2014, 9:51:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.pas
r76 r82 24 24 ButtonPlayerModify: TButton; 25 25 ButtonPlayerRemove: TButton; 26 CheckBoxFogOfWar: TCheckBox; 26 27 CheckBoxCity: TCheckBox; 27 28 CheckBoxSymetricMap: TCheckBox; … … 351 352 ComboBoxMapShape.ItemIndex := Integer(Game.Map.Shape); 352 353 EditImageFile.Text := Game.MapImageFileName; 354 CheckBoxFogOfWar.Checked := Game.FogOfWar; 353 355 end; 354 356 … … 379 381 Game.Map.Shape := TMapShape(ComboBoxMapShape.ItemIndex); 380 382 Game.MapImageFileName := EditImageFile.Text; 383 Game.FogOfWar := CheckBoxFogOfWar.Checked; 381 384 end; 382 385
Note:
See TracChangeset
for help on using the changeset viewer.