Ignore:
Timestamp:
Jan 15, 2017, 4:12:10 PM (7 years ago)
Author:
chronos
Message:
  • Modified: All graphics images converted from BMP to PNG.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/IsoEngine.pas

    r68 r73  
    111111begin
    112112  result := false;
    113   HGrTerrainNew := LoadGraphicSet(Format('Terrain%dx%d',
     113  HGrTerrainNew := LoadGraphicSet(Format('Terrain%dx%d.png',
    114114    [xxtNew * 2, yytNew * 2]));
    115115  if HGrTerrainNew < 0 then
    116116    exit;
    117   HGrCitiesNew := LoadGraphicSet(Format('Cities%dx%d',
     117  HGrCitiesNew := LoadGraphicSet(Format('Cities%dx%d.png',
    118118    [xxtNew * 2, yytNew * 2]));
    119119  if HGrCitiesNew < 0 then
     
    334334  OceanMore.Free;
    335335  DitherMask.Free;
    336   //LandPatch.Savetofile('landpatch.bmp');
    337336
    338337  // reduce size of terrain icons
Note: See TracChangeset for help on using the changeset viewer.