diff -r 296cbdd85e50 -r d6412423da45 project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m --- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m Mon Oct 11 00:08:48 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m Mon Oct 11 03:28:15 2010 +0200 @@ -129,7 +129,7 @@ // since the sdlwindow is not yet created, we add the overlayController with a delay NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:isNetGameNum,@"net",menuStyle,@"menu",nil]; - [self performSelector:@selector(displayOverlayLater:) withObject:dict afterDelay:0.1]; + [self performSelector:@selector(displayOverlayLater:) withObject:dict afterDelay:1]; // this is the pascal fuction that starts the game (wrapped around isInGame) isInGame = YES;