project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
changeset 3924 2a9ace189288
parent 3922 44804043b691
child 3926 668b71f31e51
--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Sun Oct 03 00:23:05 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Mon Oct 04 00:00:42 2010 +0200
@@ -178,10 +178,8 @@
         [UIView commitAnimations];
     }
 
-    if ([actionSheet cancelButtonIndex] != buttonIndex) {
+    if ([actionSheet cancelButtonIndex] != buttonIndex)
         [[NSNotificationCenter defaultCenter] postNotificationName:@"remove overlay" object:nil];
-        HW_terminate(NO);
-    }
 }
 
 @end