mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-09 20:27:13 +00:00
refactor: modify ClientConstants::VERSION_STRING to list 4jcraft
Co-Authored-By: ffqq <36998498+realffqq@users.noreply.github.com>
This commit is contained in:
parent
48f31b3e8f
commit
0a286d4ddc
|
|
@ -1,4 +1,4 @@
|
|||
#include "Platform/stdafx.h"
|
||||
#include "ClientConstants.h"
|
||||
|
||||
const std::wstring ClientConstants::VERSION_STRING = std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|
||||
const std::wstring ClientConstants::VERSION_STRING = std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W + std::wstring(L" (4jcraft)");//+ SharedConstants::VERSION_STRING;
|
||||
|
|
@ -21,7 +21,7 @@ TitleScreen::TitleScreen()
|
|||
vo = 0;
|
||||
multiplayerButton = NULL;
|
||||
|
||||
splash = L"4JCraft!";
|
||||
splash = L"missingno";
|
||||
// try { // 4J - removed try/catch
|
||||
std::vector<std::wstring> splashes;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue