Changeset 45 for trunk/UEngine.pas
- Timestamp:
- Apr 22, 2019, 8:38:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UEngine.pas
r44 r45 1586 1586 Lock.Acquire; 1587 1587 //if ClearBackground then FBitmapLower.FillAll(clNavy); 1588 for I := 0 to Players.Count - 1 do begin 1588 for I := 0 to Players.Count - 1 do 1589 if Players[I].Enabled then begin 1589 1590 TPlayer(Players[I]).Paint; 1590 1591 end;
Note:
See TracChangeset
for help on using the changeset viewer.