This commit is contained in:
kira89144 2024-11-21 09:44:34 +04:00
parent 7e088c340f
commit 96ba6807cb

View File

@ -173,7 +173,7 @@ void Image3(HDC hdc, int cx, int cy, COLORREF color) {
pt[2].x = cx - 20; pt[2].x = cx - 20;
pt[2].y = cy + 20; pt[2].y = cy + 20;
pt[3].x = cx + 20; pt[3].x = cx + 20;
pt[3].y = cy + 20; pt[3].y = cy + 20; // asvdiabend
pt[4].x = cx + 20; pt[4].x = cx + 20;
pt[4].y = cy - 20; pt[4].y = cy - 20;
Polygon(hdc, pt, 5); Polygon(hdc, pt, 5);