Changeset 549 for trunk/LocalPlayer/CityScreen.pas
- Timestamp:
- Apr 21, 2024, 8:55:53 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityScreen.pas
r548 r549 883 883 Sprite(Offscreen, HGrSystem, X - 4, Y + 29 - 3 * J, 10, 10, 884 884 132, 115); 885 end 885 end; 886 886 end; 887 887 if imix[0] >= 0 then … … 1082 1082 Loc1 := dLoc(cLoc, dx, dy); 1083 1083 if (Loc1 >= 0) and (Loc1 < G.lx * G.ly) and 1084 (MyMap[Loc1] and fTerrain < fGrass) then 1085 IsPort := True; 1084 (MyMap[Loc1] and fTerrain < fGrass) then begin 1085 IsPort := True; 1086 Break; 1087 end; 1086 1088 end; 1087 1089
Note:
See TracChangeset
for help on using the changeset viewer.