Changeset 504 for trunk/MiniMap.pas


Ignore:
Timestamp:
Dec 24, 2023, 12:57:24 PM (11 months ago)
Author:
chronos
Message:
  • Fixed: ScrollBar was not visible on Windows due to not set Width.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MiniMap.pas

    r496 r504  
    149149        if (MapRow[x] and fTerrain) in [fGrass, fPrairie, fTundra, fSwamp,
    150150          fForest, fHills] then
    151           inc(nMapLandTiles);
     151          Inc(nMapLandTiles);
    152152        if MapRow[x] and (fPrefStartPos or fStartPos) <> 0 then
    153           inc(nMapStartPositions);
     153          Inc(nMapStartPositions);
    154154      end
    155155    end;
Note: See TracChangeset for help on using the changeset viewer.