Waypoint text fix

This commit is contained in:
Sergeanur 2021-08-12 14:15:49 +03:00
parent b99edf9a6b
commit 43fbf297c8
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}