Changeset 550 for trunk/LocalPlayer/Diagram.pas
- Timestamp:
- Apr 22, 2024, 10:17:01 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Diagram.pas
r536 r550 111 111 Sprite(Canvas, HGrSystem2, Left + Width div 2 + xComp[3] + 32, 112 112 Top + 100 + 46 + yComp[3], 16, 27, 18, 82); 113 if (nComp <> 6) and (nComp <> 2) and not ((nComp = 0) and (nPow < 1)) then113 if (nComp <> 6) and (nComp <> 2) and not ((nComp = 0) and (nPow < 1)) then 114 114 Sprite(Canvas, HGrSystem2, Left + Width div 2 + xComp[nComp], 115 115 Top + 100 + 7 + yComp[nComp], 16, 27, 18, 82); 116 if (nComp <> 6) and (nComp <> 3) and not ((nComp = 0) and (nPow < 2)) then116 if (nComp <> 6) and (nComp <> 3) and not ((nComp = 0) and (nPow < 2)) then 117 117 Sprite(Canvas, HGrSystem2, Left + Width div 2 + xComp[nComp], 118 118 Top + 100 + 46 + yComp[nComp], 16, 27, 18, 82);
Note:
See TracChangeset
for help on using the changeset viewer.