diff -r 51521238724f -r 9e78c1f3d8d8 project_files/HedgewarsMobile/Classes/otherSrc/SDL_uikitappdelegate.m --- a/project_files/HedgewarsMobile/Classes/otherSrc/SDL_uikitappdelegate.m Tue Jun 22 18:06:55 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/otherSrc/SDL_uikitappdelegate.m Wed Jun 23 01:00:52 2010 +0200 @@ -93,7 +93,7 @@ [setup release]; // since the sdlwindow is not yet created, we add the overlayController with a delay - [self performSelector:@selector(displayOverlayLater) withObject:nil afterDelay:1]; + [self performSelector:@selector(displayOverlayLater) withObject:nil afterDelay:0.5]; // this is the pascal fuction that starts the game (wrapped around isInGame) isInGame = YES;