Changeset 349 for trunk/Forms/FormGameSystem.pas
- Timestamp:
- Dec 27, 2024, 10:29:54 AM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormGameSystem.pas
r344 r349 116 116 FGameSystem := AValue; 117 117 if Assigned(FGameSystem) then begin 118 FormUnitKinds.List := GameSystem.UnitKinds ;119 FormNations.List := GameSystem.Nations ;120 FormBuildingKinds.List := GameSystem.BuildingKinds ;118 FormUnitKinds.List := GameSystem.UnitKinds.BaseItemList; 119 FormNations.List := GameSystem.Nations.BaseItemList; 120 FormBuildingKinds.List := GameSystem.BuildingKinds.BaseItemList; 121 121 end; 122 122 end;
Note:
See TracChangeset
for help on using the changeset viewer.