Changeset 216
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r215 r216 515 515 Form := TFormClient.Create(nil); 516 516 Form.Client := LocalClients.New(SSpectator); 517 Form.Client.LocalServer := Server; 518 Form.Client.ConnectType := ctLocal; 519 Form.Client.Active := True; 517 520 //Form.Client.Form := Form; 518 521 //Form.Client.ControlPlayer := Player; -
trunk/UGame.pas
r215 r216 1551 1551 1552 1552 // Show cell text 1553 if Cell.GetAvialPower <> 0then begin1553 if (Cell.GetAvialPower <> 0) or (Cell.Extra = etObjectiveTarget) then begin 1554 1554 Pen.Style := psSolid; 1555 1555 Font.Color := clWhite;
Note:
See TracChangeset
for help on using the changeset viewer.