project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m
changeset 3663 8c28abf427f5
parent 3662 a44406f4369b
child 3668 3f7a95234d8a
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Thu Jul 22 03:08:17 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Thu Jul 22 12:47:32 2010 +0200
@@ -140,8 +140,7 @@
 }
 
 -(void) applicationDidReceiveMemoryWarning:(UIApplication *)application {
-    //if (self.mainViewController.view.superview == nil)
-    //     self.mainViewController = nil;
+    // don't clean mainMenuViewController here!!!
     MSG_MEMCLEAN();
     print_free_memory();
 }