fixed VerifyQuit for iPhone (really quit)
This commit is contained in:
@@ -902,8 +902,8 @@ int VerifyQuit()
|
||||
{
|
||||
#if defined(TARGET_OS_IPHONE) || defined(TARGET_IPHONE_SIMULATOR)
|
||||
// On iPhone, we just want to quit immediatly.
|
||||
QuitState = QUIT_TO_TITLE;
|
||||
return QuitState;
|
||||
QuitState = QUIT_PROGRAM;
|
||||
return 0;
|
||||
#endif
|
||||
|
||||
int dlgX,dlgY,dlgW,dlgH;
|
||||
|
||||
Reference in New Issue
Block a user