added waiting for key or button after starting or stopping network mode
[rocksndiamonds.git] / src / init.c
index a2eb577274022efd06fddff2b8bc749fa514623d..a7657670cc1ee8e72c9db46cf963186d6e33ea75 100644 (file)
@@ -5684,7 +5684,8 @@ void InitNetworkServer(void)
   }
 
   /* short time to recognize result of network initialization */
   }
 
   /* short time to recognize result of network initialization */
-  Delay_WithScreenUpdates(1000);
+  if (game_status == GAME_MODE_LOADING)
+    Delay_WithScreenUpdates(1000);
 }
 
 static boolean CheckArtworkConfigForCustomElements(char *filename)
 }
 
 static boolean CheckArtworkConfigForCustomElements(char *filename)