Skip to content

Commit

Permalink
Reapply "Adjust target icon shape"
Browse files Browse the repository at this point in the history
This reverts commit e96e98e.
  • Loading branch information
arthuwu committed Jun 29, 2024
1 parent 770a0ca commit f65ce96
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions AT3/AT3RadarTargetDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down
2 changes: 1 addition & 1 deletion HKCP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
<AdditionalIncludeDirectories>$(ProjectDir)Libs;$(ProjectDir)Libs\include;$(ProjectDir)</AdditionalIncludeDirectories>
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
<ShowIncludes>true</ShowIncludes>
<ShowIncludes>false</ShowIncludes>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit f65ce96

Please sign in to comment.