mirror of
https://github.com/halpz/re3.git
synced 2025-04-28 20:07:57 +03:00
Update Radar.cpp
Change objective blip color from magenta to yellow like in LCS.
This commit is contained in:
parent
33abd1b4e7
commit
f674eded72
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue