Changeset 561 for trunk/LocalPlayer/Term.pas
- Timestamp:
- Apr 28, 2024, 12:39:51 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r559 r561 1729 1729 UnusedTribeFiles := TStringList.Create; 1730 1730 UnusedTribeFiles.Sorted := True; 1731 TribeNames := tstringlist.Create;1731 TribeNames := TStringList.Create; 1732 1732 1733 1733 IsoEngine.Init(InitEnemyModel); … … 5624 5624 PaintLocTemp(MyUn[UnFocus].Loc, pltsBlink); 5625 5625 PaintDestination; 5626 // if MoveHintToLoc >=0 then5627 // ShowMoveHint(MoveHintToLoc, true);5626 // if MoveHintToLoc >= 0 then 5627 // ShowMoveHint(MoveHintToLoc, True); 5628 5628 end; 5629 5629 end … … 8287 8287 MiniFrame, MaxMapWidth: Integer; 8288 8288 begin 8289 BaseWin.CreateOffscreen(Offscreen); 8289 8290 SmallScreen := Width < 1024; 8290 8291 with MainMap do begin
Note:
See TracChangeset
for help on using the changeset viewer.