fix exit button
This commit is contained in:
@@ -334,7 +334,8 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId)
|
||||
m_eAction=eAction_RunUnlockOrDLC;
|
||||
signInReturnedFunc = &UIScene_MainMenu::UnlockFullGame_SignInReturned;
|
||||
break;
|
||||
#if defined _XBOX
|
||||
//DrPerky - added exit control handling on windows
|
||||
#if defined _XBOX || defined _WINDOWS64
|
||||
case eControl_Exit:
|
||||
if( ProfileManager.IsFullVersion() )
|
||||
{
|
||||
|
||||
@@ -26,6 +26,7 @@ void CConsoleMinecraftApp::StoreLaunchData()
|
||||
}
|
||||
void CConsoleMinecraftApp::ExitGame()
|
||||
{
|
||||
exit(0);
|
||||
}
|
||||
void CConsoleMinecraftApp::FatalLoadError()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user