summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2020-10-29 19:53:23 +0100
committerwithmorten <morten.with@gmail.com>2020-10-29 19:53:23 +0100
commitd34d591ed36557d88d2d0485965e7f7337ed25de (patch)
treef8400180b71616bf8e86c602243de77832d703ba
parentNO_MOVIES and DEBUGMENU not for MASTER (diff)
downloadre3-d34d591ed36557d88d2d0485965e7f7337ed25de.tar
re3-d34d591ed36557d88d2d0485965e7f7337ed25de.tar.gz
re3-d34d591ed36557d88d2d0485965e7f7337ed25de.tar.bz2
re3-d34d591ed36557d88d2d0485965e7f7337ed25de.tar.lz
re3-d34d591ed36557d88d2d0485965e7f7337ed25de.tar.xz
re3-d34d591ed36557d88d2d0485965e7f7337ed25de.tar.zst
re3-d34d591ed36557d88d2d0485965e7f7337ed25de.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 5c65aed5..dca9685e 100644
--- a/src/core/Frontend.cpp
+++ b/src/core/Frontend.cpp
@@ -783,13 +783,13 @@ 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);
CFont::SetScale(MENU_X(0.7f), MENU_Y(0.5f));
CFont::SetWrapx(SCREEN_SCALE_X(DEFAULT_SCREEN_WIDTH));
CFont::SetRightJustifyWrap(0.0f);
-#ifdef DRAW_MENU_VERSION_TEXT
strcpy(gString, "V1.1");
AsciiToUnicode(gString, gUString);
CFont::PrintString(SCREEN_WIDTH / 10, SCREEN_HEIGHT / 45, gUString);