diff -r 52f0482b043f -r 198ec44b6d92 cocoaTouch/MainMenuViewController.m
--- a/cocoaTouch/MainMenuViewController.m	Wed Apr 07 01:22:05 2010 +0000
+++ b/cocoaTouch/MainMenuViewController.m	Wed Apr 07 02:58:12 2010 +0000
@@ -151,9 +151,8 @@
 	[UIView setAnimationDuration:1];
 	self.view.alpha = 0;
 	[UIView commitAnimations];
-    
     [self retain];
-    [self.view removeFromSuperview];
+    //[self.view removeFromSuperview];
 }
 
 // this is a silly way to hide the sdl contex that remained active