mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-23 22:33:01 +02:00
Waypoint text fix
This commit is contained in:
@@ -1799,6 +1799,11 @@ CRadar::DrawLegend(int32 x, int32 y, int32 sprite)
|
||||
case RADAR_SPRITE_RADIO_WAVE:
|
||||
text = TheText.Get("LG_34");
|
||||
break;
|
||||
#ifdef MAP_ENHANCEMENTS
|
||||
case RADAR_SPRITE_WAYPOINT:
|
||||
text = TheText.Get("LG_38");
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user