Changeset 209 for trunk/LocalPlayer/UnitStat.pas
- Timestamp:
- May 9, 2020, 11:59:40 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/UnitStat.pas
r189 r209 445 445 yImp + ySizeSmall, MainTexture.clBevelLight, 446 446 MainTexture.clBevelShade); 447 bitbltCanvas(offscreen.Canvas, x, yImp, xSizeSmall, ySizeSmall,447 BitBltCanvas(offscreen.Canvas, x, yImp, xSizeSmall, ySizeSmall, 448 448 SmallImp.Canvas, j mod 7 * xSizeSmall, 449 449 (j + SystemIconLines * 7) div 7 * ySizeSmall); … … 564 564 * (yyt * 3 + 1)); 565 565 end; 566 bitbltCanvas(offscreen.Canvas, xView, yView + 16, 64, 32,566 BitBltCanvas(offscreen.Canvas, xView, yView + 16, 64, 32, 567 567 Buffer.Canvas, 1, 0); 568 568
Note:
See TracChangeset
for help on using the changeset viewer.