diff options
author | withmorten <morten.with@gmail.com> | 2020-10-29 19:01:09 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2020-10-29 19:18:46 +0100 |
commit | e95516032f4e44ea35b7358f60c464c0faa1df91 (patch) | |
tree | c5f78e8154050434524296da0cc9150d146e0cc8 /src/core/Frontend.cpp | |
parent | New GXT lines (diff) | |
download | re3-e95516032f4e44ea35b7358f60c464c0faa1df91.tar re3-e95516032f4e44ea35b7358f60c464c0faa1df91.tar.gz re3-e95516032f4e44ea35b7358f60c464c0faa1df91.tar.bz2 re3-e95516032f4e44ea35b7358f60c464c0faa1df91.tar.lz re3-e95516032f4e44ea35b7358f60c464c0faa1df91.tar.xz re3-e95516032f4e44ea35b7358f60c464c0faa1df91.tar.zst re3-e95516032f4e44ea35b7358f60c464c0faa1df91.zip |
Diffstat (limited to 'src/core/Frontend.cpp')
-rw-r--r-- | src/core/Frontend.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index 89b5ba3d..5c65aed5 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -789,10 +789,12 @@ CMenuManager::Draw() 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); #endif +#endif CFont::SetWrapx(MENU_X_RIGHT_ALIGNED(MENU_X_MARGIN)); CFont::SetRightJustifyWrap(SCREEN_SCALE_X(MENUACTION_WIDTH)); |