project_files/HedgewarsMobile/Classes/InGameMenuViewController.m
changeset 4358 0445d807193e
parent 4008 d87619de120d
child 4861 91f889289a47
--- a/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Thu Nov 25 02:45:52 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/InGameMenuViewController.m	Sat Nov 27 23:29:07 2010 +0100
@@ -185,7 +185,7 @@
 #pragma mark -
 #pragma mark actionSheet methods
 -(void) actionSheet:(UIActionSheet *)actionSheet didDismissWithButtonIndex:(NSInteger) buttonIndex {
-    if (IS_IPAD()){
+    if (IS_IPAD() == NO){
         CGRect screen = [[UIScreen mainScreen] bounds];
         [UIView beginAnimations:@"table width less" context:NULL];
         [UIView setAnimationDuration:0.2];