Changeset 277 for trunk/UGame.pas


Ignore:
Timestamp:
Feb 5, 2019, 11:17:27 PM (6 years ago)
Author:
chronos
Message:
  • Added: Forms for list of unit kinds and unit kind.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r276 r277  
    347347        StartCell.Player := Player;
    348348        if not Assigned(StartCell.OneUnit) then
    349           StartCell.OneUnit := Units.AddNew(GameSystem.UnitKinds[0], Player.StartUnits);
     349          StartCell.OneUnit := Self.Units.AddNew(GameSystem.UnitKinds[0], Player.StartUnits);
    350350        StartCell.OneUnit.Power := Player.StartUnits;
    351351        StartCell.OneUnit.Kind := GameSystem.UnitKinds[0];
Note: See TracChangeset for help on using the changeset viewer.