summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-10-31 17:06:25 +0100
committerGitHub <noreply@github.com>2020-10-31 17:06:25 +0100
commit6eef54e3fc2f6232608aa88818bcc5dabc4ece8e (patch)
tree94ac01b566addc9a616916ed34422ff2bd0aab1c /src/core/Frontend.cpp
parentUpdate librw (diff)
parentfix draw menu version text ifdef location (diff)
downloadre3-6eef54e3fc2f6232608aa88818bcc5dabc4ece8e.tar
re3-6eef54e3fc2f6232608aa88818bcc5dabc4ece8e.tar.gz
re3-6eef54e3fc2f6232608aa88818bcc5dabc4ece8e.tar.bz2
re3-6eef54e3fc2f6232608aa88818bcc5dabc4ece8e.tar.lz
re3-6eef54e3fc2f6232608aa88818bcc5dabc4ece8e.tar.xz
re3-6eef54e3fc2f6232608aa88818bcc5dabc4ece8e.tar.zst
re3-6eef54e3fc2f6232608aa88818bcc5dabc4ece8e.zip
Diffstat (limited to 'src/core/Frontend.cpp')
-rw-r--r--src/core/Frontend.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp
index 89b5ba3d..dca9685e 100644
--- a/src/core/Frontend.cpp
+++ b/src/core/Frontend.cpp
@@ -783,6 +783,7 @@ CMenuManager::Draw()
CFont::SetJustifyOn();
CFont::SetBackGroundOnlyTextOn();
#ifdef GTA3_1_1_PATCH
+#ifdef DRAW_MENU_VERSION_TEXT
CFont::SetColor(CRGBA(235, 170, 50, FadeIn(255)));
CFont::SetRightJustifyOn();
CFont::SetFontStyle(FONT_HEADING);
@@ -793,6 +794,7 @@ CMenuManager::Draw()
AsciiToUnicode(gString, gUString);
CFont::PrintString(SCREEN_WIDTH / 10, SCREEN_HEIGHT / 45, gUString);
#endif
+#endif
CFont::SetWrapx(MENU_X_RIGHT_ALIGNED(MENU_X_MARGIN));
CFont::SetRightJustifyWrap(SCREEN_SCALE_X(MENUACTION_WIDTH));