small hack: dont do SDL_Quit() for now, crashes for some reasons on iphone

This commit is contained in:
Albert Zeyer
2009-11-16 00:39:36 +01:00
parent 9831cc7dbc
commit b27d7b4d8e

View File

@@ -214,7 +214,9 @@ int main(int argc, char *argv[])
cleanupResources(&CKP);
Settings.saveDrvCfg();
// TODO: that crashes on iPhone
//SDL_Quit();
printf("Thank you very much for playing this wonderful game!");
return 0;