From f65ce9699227883255ba0401cd202ea89b1580ac Mon Sep 17 00:00:00 2001
From: Arthur <89831445+arthuwu@users.noreply.github.com>
Date: Sat, 29 Jun 2024 12:25:30 +0100
Subject: [PATCH] Reapply "Adjust target icon shape"
This reverts commit e96e98ebb708523ef3ef99250b619ca66182e450.
---
AT3/AT3RadarTargetDisplay.cpp | 28 ++++++++++++++--------------
HKCP.vcxproj | 2 +-
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/AT3/AT3RadarTargetDisplay.cpp b/AT3/AT3RadarTargetDisplay.cpp
index 07a911fa..c6a6e10a 100644
--- a/AT3/AT3RadarTargetDisplay.cpp
+++ b/AT3/AT3RadarTargetDisplay.cpp
@@ -50,25 +50,25 @@ void AT3RadarTargetDisplay::OnRefresh(HDC hDC, int Phase, HKCPDisplay* Display)
// Define aircraft icon
Point aircraftIcon[19] = {
- Point(0,-8),
- Point(-1,-7),
+ Point(0,-7),
+ Point(-1,-6),
Point(-1,-2),
- Point(-8,3),
- Point(-8,4),
- Point(-1,2),
- Point(-1,7),
+ Point(-7,3),
+ Point(-7,4),
+ Point(-1,2),
+ Point(-1,6),
+ Point(-4,8),
Point(-4,9),
- Point(-4,10),
- Point(0,9),
- Point(4,10),
+ Point(0,8),
Point(4,9),
- Point(1,7),
+ Point(4,8),
+ Point(1,6),
Point(1,2),
- Point(8,4),
- Point(8,3),
+ Point(7,4),
+ Point(7,3),
Point(1,-2),
- Point(1,-7),
- Point(0,-8)
+ Point(1,-6),
+ Point(0,-7)
};
if (fp.GetTrackingControllerIsMe()) {
diff --git a/HKCP.vcxproj b/HKCP.vcxproj
index d3d3bc50..0cfd230f 100644
--- a/HKCP.vcxproj
+++ b/HKCP.vcxproj
@@ -169,7 +169,7 @@
stdafx.h
$(ProjectDir)Libs;$(ProjectDir)Libs\include;$(ProjectDir)
false
- true
+ false
Windows