Changeset 457 for trunk/LocalPlayer/Term.pas
- Timestamp:
- Nov 27, 2023, 12:10:57 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r456 r457 2646 2646 HelpDlg.Difficulty := 0; 2647 2647 if Command = cStartCredits then 2648 HelpDlg.ShowNewContent(wmModal, hkMisc, miscCredits)2648 HelpDlg.ShowNewContent(wmModal, hkMisc, Integer(miscCredits)) 2649 2649 else 2650 HelpDlg.ShowNewContent(wmModal, hkMisc, miscMain);2650 HelpDlg.ShowNewContent(wmModal, hkMisc, Integer(miscMain)); 2651 2651 Tribes.Done; 2652 2652 end; … … 3838 3838 HelpDlg.ShowNewContent(wmPersistent, hkText, HelpDlg.TextIndex('MAPEDIT')) 3839 3839 else 3840 HelpDlg.ShowNewContent(wmPersistent, hkMisc, miscMain);3840 HelpDlg.ShowNewContent(wmPersistent, hkMisc, Integer(miscMain)); 3841 3841 end; 3842 3842 … … 6330 6330 PaintLoc(ToLoc, 1); 6331 6331 end; 6332 rExecuted .. maxint:6332 rExecuted..MaxInt: 6333 6333 begin 6334 6334 if Result and rUnitRemoved <> 0 then … … 6458 6458 CityOptimizer_BeginOfTurn; 6459 6459 NeedEcoUpdate := True; 6460 end 6461 else 6462 begin 6460 end else begin 6463 6461 if cixChanged >= 0 then 6464 6462 begin
Note:
See TracChangeset
for help on using the changeset viewer.