Changeset 302 for trunk/UPlayer.pas
- Timestamp:
- Aug 11, 2019, 11:06:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPlayer.pas
r300 r302 6 6 7 7 uses 8 Classes, SysUtils, Graphics, UMap, DOM, fgl , XMLConf, UXMLUtils, Math,8 Classes, SysUtils, Graphics, UMap, DOM, fgl2, XMLConf, UXMLUtils, Math, 9 9 UGeometry, UUnit, UNation, UItemList; 10 10 … … 943 943 if not Assigned(CellTo.MapCell.OneUnit) then begin 944 944 CellTo.MapCell.OneUnit := TGame(Game).Units.AddNew(CellFrom.MapCell.OneUnit.Kind, 0); 945 CellTo.MapCell.OneUnit.Player := Self; 945 946 CellTo.MapCell.Player := Self; 946 947 end;
Note:
See TracChangeset
for help on using the changeset viewer.