Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint

This commit is contained in:
Rubidium
2021-07-23 22:36:17 +02:00
committed by rubidium42
parent 63116bd59f
commit 92559e6f3a
6 changed files with 79 additions and 2 deletions

View File

@@ -1453,6 +1453,8 @@ void GameLoop()
/* Check for UDP stuff */
if (_network_available) NetworkBackgroundLoop();
DebugSendRemoteMessages();
if (_networking && !HasModalProgress()) {
/* Multiplayer */
NetworkGameLoop();