diff -r 23c50be687a9 -r cdb0ddeb38ba cocoaTouch/MainMenuViewController.m --- a/cocoaTouch/MainMenuViewController.m Sun May 16 17:23:30 2010 +0000 +++ b/cocoaTouch/MainMenuViewController.m Sun May 16 18:12:10 2010 +0000 @@ -111,12 +111,15 @@ [self presentModalViewController:gameConfigViewController animated:YES]; break; case 2: + /* if (nil == splitRootViewController) { splitRootViewController = [[SplitViewRootController alloc] initWithNibName:nil bundle:nil]; splitRootViewController.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal; } + [self.view addSubview:splitRootViewController.view]; [self presentModalViewController:splitRootViewController animated:YES]; + */ break; case 3: debugStr = [[NSString alloc] initWithContentsOfFile:DEBUG_FILE()];