mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 03:24:15 +01: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:
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user