Update Radar.cpp

Change objective blip color from magenta to yellow like in LCS.
This commit is contained in:
Kadir Yüksel 2023-08-20 13:44:13 +03:00 committed by GitHub
parent 33abd1b4e7
commit f674eded72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1201,7 +1201,7 @@ int CRadar::SetCoordBlip(eBlipType type, CVector pos, uint32 color, eBlipDisplay
return -1;
#endif
ms_RadarTrace[nextBlip].m_eBlipType = type;
ms_RadarTrace[nextBlip].m_nColor = RADAR_TRACE_MAGENTA;
ms_RadarTrace[nextBlip].m_nColor = RADAR_TRACE_YELLOW;
ms_RadarTrace[nextBlip].m_bDim = true;
ms_RadarTrace[nextBlip].m_bInUse = true;
ms_RadarTrace[nextBlip].m_bShortRange = false;