diff -r 694e6f6e0e30 -r 2a9ace189288 project_files/HedgewarsMobile/Classes/InGameMenuViewController.m --- 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