}
/* 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)
HandleNetworkingDisconnect();
DrawNetworkText_Success("Successfully disconnected!");
-
- /* short time to recognize result of network initialization */
- Delay_WithScreenUpdates(1000);
}
DrawTextSCentered(ybottom, font_foot,
"Press any key or button for setup menu");
+ WaitForEventToContinue();
+
DrawSetupScreen();
}