Changeset 401 for tags/1.4.0/Player.pas
- Timestamp:
- Jan 6, 2025, 11:12:12 AM (3 days ago)
- Location:
- tags/1.4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.4.0
-
tags/1.4.0/Player.pas
r394 r401 209 209 210 210 const 211 PlayerColors: array[0..11] of TColor = (clBlue, clRed, clGreen, clYellow, 211 clDarkYellow = $00C0C0; 212 PlayerColors: array[0..11] of TColor = (clBlue, clRed, clGreen, clDarkYellow, 212 213 clFuchsia, clAqua, clOlive, clMaroon, clNavy, clPurple, clTeal, clGray); 213 214 … … 557 558 Result := inherited; 558 559 Result.Game := Game; 560 Result.Mode := pmComputer; 561 Result.Agressivity := caMedium; 559 562 Result.Color := GetUnusedColor; 560 563 end;
Note:
See TracChangeset
for help on using the changeset viewer.