Changeset 552 for trunk/LocalPlayer/Term.pas
- Timestamp:
- Apr 24, 2024, 10:28:34 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r550 r552 4601 4601 4602 4602 NoMap.BitBltBitmapOutput(Panel, -xMap - MapOffset, -yMap + MapHeight - Overlap, xMidPanel, 4603 Overlap, 0, 0 , SRCCOPY);4603 Overlap, 0, 0); 4604 4604 NoMap.BitBltBitmapOutput(Panel, -xMap - MapOffset + xRightPanel, 4605 4605 -yMap + MapHeight - Overlap, Panel.Width - xRightPanel, Overlap, 4606 xRightPanel, 0 , SRCCOPY);4606 xRightPanel, 0); 4607 4607 if yMap < 0 then 4608 4608 begin
Note:
See TracChangeset
for help on using the changeset viewer.