diff -r c76c895825ab -r d87619de120d project_files/HedgewarsMobile/Classes/InGameMenuViewController.m --- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m Fri Oct 29 00:25:18 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m Fri Oct 29 01:28:15 2010 +0200 @@ -150,7 +150,7 @@ break; case 2: // expand the view (and table) so that the actionsheet can be selected on the iPhone - if (IS_IPAD()) { + if (IS_IPAD() == NO) { CGRect screen = [[UIScreen mainScreen] bounds]; [self.tableView deselectRowAtIndexPath:indexPath animated:NO]; [UIView beginAnimations:@"table width more" context:NULL];