1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-06-16 18:50:10 +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:
Kadir Yüksel 2023-08-20 13:56:32 +03:00 committed by GitHub
parent 4cee75d13a
commit cf2a3df885
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;