From d7a8b6baecf8b3b050538abdbc976f690312aa2d Mon Sep 17 00:00:00 2001 From: iProgramInCpp Date: Thu, 25 Jan 2024 15:11:23 +0200 Subject: [PATCH] * Oh! Disable title crop mode, I accidentally left it on. --- source/client/gui/screens/StartMenuScreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/gui/screens/StartMenuScreen.cpp b/source/client/gui/screens/StartMenuScreen.cpp index 2501c62..d5c447b 100644 --- a/source/client/gui/screens/StartMenuScreen.cpp +++ b/source/client/gui/screens/StartMenuScreen.cpp @@ -18,7 +18,7 @@ #endif // special mode so that we can crop out the title: -#define TITLE_CROP_MODE +//#define TITLE_CROP_MODE const char gLogoLine1[] = "??? ??? # # # # # ### ### ### ### ### ### $$$ $$$"; const char gLogoLine2[] = "? ? ? ## ## # ## # # # # # # # # # $ $ $ ";