diff -r 2b4d878ba565 -r 86212d2b116a project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m --- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m Wed Jul 07 03:16:12 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m Thu Jul 08 02:23:10 2010 +0200 @@ -100,7 +100,9 @@ // bring the uiwindow below in front //UIWindow *aWin = [[[UIApplication sharedApplication] windows] objectAtIndex:0]; //[aWin makeKeyAndVisible]; - //DLog(@"%@",[[UIApplication sharedApplication] windows]); + + // notice that in the simulator this reports 2 windows + DLog(@"%@",[[UIApplication sharedApplication] windows]); [UIView beginAnimations:@"inserting main controller" context:NULL]; [UIView setAnimationDuration:1];