mirror of
https://github.com/halpz/re3.git
synced 2025-01-10 20:45:30 +00:00
Waypoint text fix
This commit is contained in:
parent
b99edf9a6b
commit
43fbf297c8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue