mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-19 17:22:55 +00:00
Update
This commit is contained in:
parent
75d83a4556
commit
740f1b5c64
|
|
@ -363,6 +363,7 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId) {
|
|||
signInReturnedFunc =
|
||||
&UIScene_MainMenu::UnlockFullGame_SignInReturned;
|
||||
break;
|
||||
#if defined(_XBOX) || defined(__linux__)
|
||||
case eControl_Exit:
|
||||
if (ProfileManager.IsFullVersion()) {
|
||||
unsigned int uiIDA[2];
|
||||
|
|
@ -372,7 +373,6 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId) {
|
|||
IDS_WARNING_ARCADE_TITLE, IDS_WARNING_ARCADE_TEXT, uiIDA, 2,
|
||||
XUSER_INDEX_ANY, &UIScene_MainMenu::ExitGameReturned, this);
|
||||
}
|
||||
#if defined _XBOX //|| _ENABLEIGGY
|
||||
else {
|
||||
#ifdef _XBOX_ONE
|
||||
ui.ShowPlayerDisplayname(true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue