Changeset 226 for trunk/LocalPlayer/Select.pas
- Timestamp:
- May 14, 2020, 8:30:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Select.pas
r205 r226 578 578 295 + (AdvIcon[lix] - 84) div 8 * 21); 579 579 j := AdvValue[lix] div 1000; 580 BitBltCanvas( Canvas, (8 + 16 - 4), y0 + 2, 14, 14,580 BitBltCanvas(offscreen.Canvas, (8 + 16 - 4), y0 + 2, 14, 14, 581 581 GrExt[HGrSystem].Mask.Canvas, 127 + j * 15, 582 582 85, SRCAND); … … 754 754 end; 755 755 end; 756 756 757 for i := -1 to DispLines do 757 758 if (i + sb.Position >= 0) and (i + sb.Position < Lines[Layer]) then
Note:
See TracChangeset
for help on using the changeset viewer.