cocoaTouch/MainMenuViewController.m
changeset 3374 0d522416d97f
parent 3364 e5403e2bf02c
child 3377 a3f0849f26bc
--- a/cocoaTouch/MainMenuViewController.m	Thu Apr 29 02:43:28 2010 +0000
+++ b/cocoaTouch/MainMenuViewController.m	Thu Apr 29 17:19:06 2010 +0000
@@ -131,7 +131,7 @@
     
     switch (button.tag) {
         case 0:
-            if (nil == gameConfigViewController) {
+            if (1) { // bug in UIModalTransitionStylePartialCurl?
                 if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
                     configNibName = @"GameConfigViewController-iPad";
                 else
@@ -145,7 +145,7 @@
 #endif
             }
             
-            [self presentModalViewController:gameConfigViewController animated:YES];    
+            [self presentModalViewController:gameConfigViewController animated:YES];
             break;
         case 2:
             if (nil == splitRootViewController) {