Changeset 120 for trunk/LocalPlayer/Term.pas
- Timestamp:
- Feb 3, 2018, 5:03:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r118 r120 1322 1322 begin 1323 1323 inc(CountBest); 1324 if random(CountBest) = 0 then1324 if DelphiRandom(CountBest) = 0 then 1325 1325 result := j 1326 1326 end … … 3502 3502 AILogo[i] := nil; 3503 3503 Canvas.Font.Assign(UniFont[ftSmall]); 3504 InitButtons ();3504 InitButtons; 3505 3505 EOT.Template := Templates; 3506 3506 end;
Note:
See TracChangeset
for help on using the changeset viewer.