Changeset 432 for trunk/LocalPlayer/CityScreen.pas
- Timestamp:
- Apr 28, 2022, 10:46:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityScreen.pas
r431 r432 1204 1204 if iix >= 0 then 1205 1205 if ssShift in Shift then 1206 HelpDlg.ShowNewContent(WindowMode Persistent(FWindowMode), hkImp, iix)1206 HelpDlg.ShowNewContent(WindowModeMakePersistent(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, WindowMode Persistent(FWindowMode))1337 HelpOnTerrain(Loc1, WindowModeMakePersistent(FWindowMode)) 1338 1338 end 1339 1339 else if (ClientMode < scContact) and (cGov <> gAnarchy) and
Note:
See TracChangeset
for help on using the changeset viewer.