Changeset 545 for trunk/LocalPlayer
- Timestamp:
- Apr 17, 2024, 10:23:55 AM (19 months ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/LocalPlayer/Term.pas (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/LocalPlayer/Term.pasr537 r545 2697 2697 2698 2698 MiniMap.Size := Point(G.lx, G.ly); 2699 for I := 0 to nPl - 1 do 2700 begin 2699 MiniMap.Bitmap.SetSize(MiniMap.Size.X * 2, MiniMap.Size.Y); 2700 2701 for I := 0 to nPl - 1 do begin 2701 2702 Tribe[I] := nil; 2702 2703 TribeOriginal[I] := False; … … 6619 6620 Application.ProcessMessages; 6620 6621 Sleep(1); 6621 Inc(SliceCount) 6622 Inc(SliceCount); 6622 6623 end; 6623 6624 Ticks := NowPrecise; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
