project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
changeset 4008 d87619de120d
parent 3996 eb549fd864a5
child 4358 0445d807193e
--- 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];