Changeset 431 for trunk/LocalPlayer/CityScreen.pas
- Timestamp:
- Apr 28, 2022, 10:40:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityScreen.pas
r423 r431 96 96 CloseAction: TCityCloseAction; 97 97 procedure OffscreenPaint; override; 98 procedure ShowNewContent(NewMode ,Loc: integer; ShowEvent: cardinal);98 procedure ShowNewContent(NewMode: TWindowMode; Loc: integer; ShowEvent: cardinal); 99 99 procedure Reset; 100 100 procedure CheckAge; … … 1109 1109 end; 1110 1110 1111 procedure TCityDlg.ShowNewContent(NewMode ,Loc: integer; ShowEvent: cardinal);1111 procedure TCityDlg.ShowNewContent(NewMode: TWindowMode; Loc: integer; ShowEvent: cardinal); 1112 1112 begin 1113 1113 if MyMap[Loc] and fOwned <> 0 then … … 1204 1204 if iix >= 0 then 1205 1205 if ssShift in Shift then 1206 HelpDlg.ShowNewContent( FWindowMode or wmPersistent, hkImp, iix)1206 HelpDlg.ShowNewContent(WindowModePersistent(FWindowMode), hkImp, iix) 1207 1207 else if (ClientMode < scContact) then 1208 1208 with MessgExDlg do … … 1335 1335 Loc1 := dLoc(cLoc, dx, dy); 1336 1336 if (Loc1 >= 0) and (Loc1 < G.lx * G.ly) then 1337 HelpOnTerrain(Loc1, FWindowMode or wmPersistent)1337 HelpOnTerrain(Loc1, WindowModePersistent(FWindowMode)) 1338 1338 end 1339 1339 else if (ClientMode < scContact) and (cGov <> gAnarchy) and
Note:
See TracChangeset
for help on using the changeset viewer.