project_files/HedgewarsMobile/Classes/MainMenuViewController.m
changeset 3616 85d69ddb41b6
parent 3547 02875b1145b7
child 3621 a8ddf681ba7d
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Sat Jul 03 04:09:27 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Sat Jul 03 04:42:29 2010 +0200
@@ -107,9 +107,6 @@
         case 0:
             gameConfigViewController = [[GameConfigViewController alloc] initWithNibName:@"GameConfigViewController" bundle:nil];        
 
-            // bug in UIModalTransitionStylePartialCurl, displays the controller awkwardly if it is not allocated every time            
-            if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
-                gameConfigViewController.modalTransitionStyle = UIModalTransitionStylePartialCurl;
             [self presentModalViewController:gameConfigViewController animated:YES];
             break;
         case 2: