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