Changeset 530 for trunk/LocalPlayer/CityType.pas
- Timestamp:
- Feb 24, 2024, 8:04:26 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityType.pas
r468 r530 113 113 xSwitch + 38 + I * 42, ySwitch + 22, MainTexture.ColorBevelLight, 114 114 MainTexture.ColorBevelShade); 115 BitBlt Canvas(Offscreen.Canvas, xSwitch + 2 + I * 42, ySwitch + 2,116 xSizeSmall, ySizeSmall, SmallImp .Canvas, (I + 3) * xSizeSmall, 0);115 BitBltBitmap(Offscreen, xSwitch + 2 + I * 42, ySwitch + 2, 116 xSizeSmall, ySizeSmall, SmallImp, (I + 3) * xSizeSmall, 0); 117 117 end; 118 118 RisedTextOut(Offscreen.Canvas, 8, yList + 32 * nListRow + 2, … … 147 147 yList + 16 + ySizeSmall div 2 + I div nListCol * 32, 148 148 MainTexture.ColorBevelLight, MainTexture.ColorBevelShade); 149 BitBlt Canvas(Offscreen.Canvas, xList + 21 - xSizeSmall div 2 +149 BitBltBitmap(Offscreen, xList + 21 - xSizeSmall div 2 + 150 150 I mod nListCol * 42, yList + 16 - ySizeSmall div 2 + I div nListCol * 32, 151 xSizeSmall, ySizeSmall, SmallImp .Canvas,151 xSizeSmall, ySizeSmall, SmallImp, 152 152 MyData.ImpOrder[ctype, I] mod 7 * xSizeSmall, 153 153 (MyData.ImpOrder[ctype, I] + SystemIconLines * 7) div 7 * … … 170 170 nPool div nPoolCol * 32, MainTexture.ColorBevelLight, 171 171 MainTexture.ColorBevelShade); 172 BitBlt Canvas(Offscreen.Canvas, xPool + 21 - xSizeSmall div 2 +172 BitBltBitmap(Offscreen, xPool + 21 - xSizeSmall div 2 + 173 173 nPool mod nPoolCol * 42, yPool + 16 - ySizeSmall div 2 + 174 nPool div nPoolCol * 32, xSizeSmall, ySizeSmall, SmallImp .Canvas,174 nPool div nPoolCol * 32, xSizeSmall, ySizeSmall, SmallImp, 175 175 iix mod 7 * xSizeSmall, (iix + SystemIconLines * 7) div 7 * 176 176 ySizeSmall);
Note:
See TracChangeset
for help on using the changeset viewer.