Changeset 715 for trunk/LocalPlayer/CityScreen.pas
- Timestamp:
- Jan 4, 2026, 6:07:38 PM (3 days ago)
- File:
-
- 1 edited
-
trunk/LocalPlayer/CityScreen.pas (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityScreen.pas
r662 r715 231 231 Template := TBitmap.Create; 232 232 Template.PixelFormat := TPixelFormat.pf24bit; 233 LoadGraphicFile(Template, GetGraphicsDir + DirectorySeparator + 'City .png',233 LoadGraphicFile(Template, GetGraphicsDir + DirectorySeparator + 'City' + PngExt, 234 234 [gfNoGamma]); 235 235 CityMapTemplate := TBitmap.Create; 236 236 CityMapTemplate.PixelFormat := TPixelFormat.pf24bit; 237 LoadGraphicFile(CityMapTemplate, GetGraphicsDir + DirectorySeparator + 'BigCityMap .png',237 LoadGraphicFile(CityMapTemplate, GetGraphicsDir + DirectorySeparator + 'BigCityMap' + PngExt, 238 238 [gfNoGamma]); 239 239 SmallCityMapTemplate := TBitmap.Create; 240 240 SmallCityMapTemplate.PixelFormat := TPixelFormat.pf24bit; 241 LoadGraphicFile(SmallCityMapTemplate, GetGraphicsDir + DirectorySeparator + 'SmallCityMap .png',241 LoadGraphicFile(SmallCityMapTemplate, GetGraphicsDir + DirectorySeparator + 'SmallCityMap' + PngExt, 242 242 [gfNoGamma]); 243 243 SmallCityMap := TBitmap.Create;
Note:
See TracChangeset
for help on using the changeset viewer.
