replaced delay functions with new one that continues updating toons
[rocksndiamonds.git] / src / init.c
index dd7e5a174b822a42aefc75fa6ac5de5dcce691d1..71cc90db93ac2befb78b0c822c054281ad3cdcc7 100644 (file)
@@ -5637,7 +5637,7 @@ void InitNetworkServer()
   }
 
   /* short time to recognize result of network initialization */
-  Delay(1000);
+  Delay_WithScreenUpdates(1000);
 }
 
 static boolean CheckArtworkConfigForCustomElements(char *filename)