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

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