mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +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 =
|
signInReturnedFunc =
|
||||||
&UIScene_MainMenu::UnlockFullGame_SignInReturned;
|
&UIScene_MainMenu::UnlockFullGame_SignInReturned;
|
||||||
break;
|
break;
|
||||||
|
#if defined(_XBOX) || defined(__linux__)
|
||||||
case eControl_Exit:
|
case eControl_Exit:
|
||||||
if (ProfileManager.IsFullVersion()) {
|
if (ProfileManager.IsFullVersion()) {
|
||||||
unsigned int uiIDA[2];
|
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,
|
IDS_WARNING_ARCADE_TITLE, IDS_WARNING_ARCADE_TEXT, uiIDA, 2,
|
||||||
XUSER_INDEX_ANY, &UIScene_MainMenu::ExitGameReturned, this);
|
XUSER_INDEX_ANY, &UIScene_MainMenu::ExitGameReturned, this);
|
||||||
}
|
}
|
||||||
#if defined _XBOX //|| _ENABLEIGGY
|
|
||||||
else {
|
else {
|
||||||
#ifdef _XBOX_ONE
|
#ifdef _XBOX_ONE
|
||||||
ui.ShowPlayerDisplayname(true);
|
ui.ShowPlayerDisplayname(true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue