summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index b68f378cf..728228209 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1465,7 +1465,6 @@ void GameLoop()
if (_game_mode == GM_BOOTSTRAP) {
/* Check for UDP stuff */
if (_network_available) NetworkBackgroundLoop();
- InputLoop();
return;
}
@@ -1505,8 +1504,6 @@ void GameLoop()
if (!_pause_mode && HasBit(_display_opt, DO_FULL_ANIMATION)) DoPaletteAnimations();
- InputLoop();
-
SoundDriver::GetInstance()->MainLoop();
MusicLoop();
}