summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-12-27 22:15:05 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-12-27 22:15:05 +0100
commit498d3a49ac2d7701af0456b050702807b544188b (patch)
tree1a82f1b92c88842ff2d4bac22d2d80f1e9cf49c5
parentmove cfo populate func. (diff)
downloadre3-498d3a49ac2d7701af0456b050702807b544188b.tar
re3-498d3a49ac2d7701af0456b050702807b544188b.tar.gz
re3-498d3a49ac2d7701af0456b050702807b544188b.tar.bz2
re3-498d3a49ac2d7701af0456b050702807b544188b.tar.lz
re3-498d3a49ac2d7701af0456b050702807b544188b.tar.xz
re3-498d3a49ac2d7701af0456b050702807b544188b.tar.zst
re3-498d3a49ac2d7701af0456b050702807b544188b.zip
-rw-r--r--src/core/Frontend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp
index 13fb1add..4c963a13 100644
--- a/src/core/Frontend.cpp
+++ b/src/core/Frontend.cpp
@@ -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
}