summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index f9c74cd1c..e892ebd5d 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1348,7 +1348,7 @@ void GameLoop()
if (_game_mode == GM_BOOTSTRAP) {
#ifdef ENABLE_NETWORK
/* Check for UDP stuff */
- if (_network_available) NetworkUDPGameLoop();
+ if (_network_available) NetworkBackgroundLoop();
#endif
InputLoop();
return;
@@ -1378,7 +1378,7 @@ void GameLoop()
#ifdef ENABLE_NETWORK
/* Check for UDP stuff */
- if (_network_available) NetworkUDPGameLoop();
+ if (_network_available) NetworkBackgroundLoop();
if (_networking && !HasModalProgress()) {
/* Multiplayer */