Change version
This commit is contained in:
@@ -103,8 +103,9 @@ void UI_DisplayWelcome(void)
|
||||
UI_PrintString(WelcomeString1, 0, 127, 2, 10);
|
||||
|
||||
#ifdef ENABLE_FEAT_F4HWN
|
||||
UI_PrintStringSmallNormal(Credits, 0, 128, 5);
|
||||
UI_PrintStringSmallNormal(Feat, 0, 128, 6);
|
||||
UI_PrintStringSmallBold(Version, 0, 128, 4);
|
||||
UI_PrintStringSmallNormal(Based, 0, 128, 5);
|
||||
UI_PrintStringSmallNormal(Credits, 0, 128, 6);
|
||||
#else
|
||||
UI_PrintStringSmallNormal(Version, 0, 128, 6);
|
||||
#endif
|
||||
|
@@ -7,8 +7,8 @@
|
||||
|
||||
#ifdef ENABLE_FEAT_F4HWN
|
||||
const char Version[] = AUTHOR_STRING_2 " " VERSION_STRING_2;
|
||||
const char Based[] = "based on";
|
||||
const char Credits[] = AUTHOR_STRING_1 " " VERSION_STRING_1;
|
||||
const char Feat[] = "Feat " AUTHOR_STRING_2 " " VERSION_STRING_2;
|
||||
#else
|
||||
const char Version[] = AUTHOR_STRING VER;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user