mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 08:49:00 +00:00
just toggle waypoint
This commit is contained in:
parent
38a1fef5c1
commit
498d3a49ac
1 changed files with 1 additions and 1 deletions
|
@ -6099,7 +6099,7 @@ CMenuManager::PrintMap(void)
|
|||
CFont::PrintString(nextX, SCREEN_SCALE_FROM_BOTTOM(nextY), TheText.Get("FEC_MOV")); nextX = MENU_X(30.0f); nextY -= 11.0f;
|
||||
TEXT_PIECE("FEC_MSR", 2.0f);
|
||||
TEXT_PIECE("FEC_IBT", 1.0f);
|
||||
CFont::PrintString(nextX, SCREEN_SCALE_FROM_BOTTOM(nextY), TheText.Get("FEC_TAR"));
|
||||
CFont::PrintString(nextX, SCREEN_SCALE_FROM_BOTTOM(nextY), TheText.Get("FEM_TWP"));
|
||||
#undef TEXT_PIECE
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue