project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m
changeset 3952 d6412423da45
parent 3941 017b2b31e1c6
child 3971 5c82ee165ed5
--- 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;