From b27d7b4d8e1d3fc78284a67c33200f0325a6be10 Mon Sep 17 00:00:00 2001 From: Albert Zeyer Date: Mon, 16 Nov 2009 00:39:36 +0100 Subject: [PATCH] small hack: dont do SDL_Quit() for now, crashes for some reasons on iphone --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 9a3a633fd..44fba5c69 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;