mirror of
https://github.com/halpz/re3.git
synced 2025-06-17 01:20:20 +00:00
Change color of the objective color
Change color of the objective color from magenta to yellow like in LCS.
This commit is contained in:
parent
4cee75d13a
commit
cf2a3df885
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue