diff options
-rw-r--r-- | src/d_loop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d_loop.c b/src/d_loop.c index 8dad478d..558d16b7 100644 --- a/src/d_loop.c +++ b/src/d_loop.c @@ -331,6 +331,8 @@ static void BlockUntilStart(net_gamesettings_t *settings, { I_Error("Netgame startup aborted."); } + + I_Sleep(100); } } |