Changeset 504 for trunk/MiniMap.pas
- Timestamp:
- Dec 24, 2023, 12:57:24 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MiniMap.pas
r496 r504 149 149 if (MapRow[x] and fTerrain) in [fGrass, fPrairie, fTundra, fSwamp, 150 150 fForest, fHills] then 151 inc(nMapLandTiles);151 Inc(nMapLandTiles); 152 152 if MapRow[x] and (fPrefStartPos or fStartPos) <> 0 then 153 inc(nMapStartPositions);153 Inc(nMapStartPositions); 154 154 end 155 155 end;
Note:
See TracChangeset
for help on using the changeset viewer.