Ignore:
Timestamp:
Jan 14, 2017, 10:54:50 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Clear bitmap before drawing to CityScreen minimap.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/CityScreen.pas

    r61 r71  
    288288  Color1 := Colors.Canvas.Pixels[clkCity, cli1];
    289289  Color2 := Colors.Canvas.Pixels[clkAge0 + Age, cliHouse];
     290  SmallCityMap.Canvas.FillRect(0, 0, SmallCityMap.Width, SmallCityMap.Height);
    290291  bitblt(SmallCityMap.Canvas.Handle, 0, 0, 83, hSmallMap,
    291292    SmallCityMapTemplate.Canvas.Handle, 83 * SizeClass, 0, SRCCOPY);
Note: See TracChangeset for help on using the changeset viewer.