Changeset 717 for branches/zoom/LocalPlayer/IsoEngine.pas
- Timestamp:
- Jan 10, 2026, 12:15:35 PM (3 months ago)
- Location:
- branches/zoom
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
LocalPlayer/IsoEngine.pas (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/zoom
-
branches/zoom/LocalPlayer/IsoEngine.pas
r608 r717 337 337 IsoMapCache[ATileSize] := TIsoMapCache.Create; 338 338 339 FileName := Format('Terrain%dx%d .png', [xxt * 2, yyt * 2]);339 FileName := Format('Terrain%dx%d' + PngExt, [xxt * 2, yyt * 2]); 340 340 IsoMapCache[ATileSize].HGrTerrain := LoadGraphicSet(FileName); 341 341 if not Assigned(IsoMapCache[ATileSize].HGrTerrain) then … … 343 343 344 344 345 FileName := Format('Cities%dx%d .png', [xxt * 2, yyt * 2]);345 FileName := Format('Cities%dx%d' + PngExt, [xxt * 2, yyt * 2]); 346 346 IsoMapCache[ATileSize].HGrCities := LoadGraphicSet(FileName); 347 347 if not Assigned(IsoMapCache[ATileSize].HGrCities) then
Note:
See TracChangeset
for help on using the changeset viewer.
