--- 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) {