mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-24 13:42:49 +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:
|
case RADAR_SPRITE_RADIO_WAVE:
|
||||||
text = TheText.Get("LG_34");
|
text = TheText.Get("LG_34");
|
||||||
break;
|
break;
|
||||||
|
#ifdef MAP_ENHANCEMENTS
|
||||||
|
case RADAR_SPRITE_WAYPOINT:
|
||||||
|
text = TheText.Get("LG_38");
|
||||||
|
break;
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user