X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=2167984b663649481289e4d4c0c5f14be1670312;hp=a2eb577274022efd06fddff2b8bc749fa514623d;hb=ef4236ac56bedd0e83777505c4ed63fbf4a74698;hpb=102db73d1e06ec990512ca7290e603fdbd18c849 diff --git a/src/init.c b/src/init.c index a2eb5772..2167984b 100644 --- a/src/init.c +++ b/src/init.c @@ -5113,6 +5113,7 @@ static void InitGameInfo(void) { game.restart_level = FALSE; game.restart_game_message = NULL; + game.request_active = FALSE; } static void InitPlayerInfo(void) @@ -5684,7 +5685,8 @@ void InitNetworkServer(void) } /* 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)