Changeset 71 for trunk/LocalPlayer/CityScreen.pas
- Timestamp:
- Jan 14, 2017, 10:54:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityScreen.pas
r61 r71 288 288 Color1 := Colors.Canvas.Pixels[clkCity, cli1]; 289 289 Color2 := Colors.Canvas.Pixels[clkAge0 + Age, cliHouse]; 290 SmallCityMap.Canvas.FillRect(0, 0, SmallCityMap.Width, SmallCityMap.Height); 290 291 bitblt(SmallCityMap.Canvas.Handle, 0, 0, 83, hSmallMap, 291 292 SmallCityMapTemplate.Canvas.Handle, 83 * SizeClass, 0, SRCCOPY);
Note:
See TracChangeset
for help on using the changeset viewer.