summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttd.c b/ttd.c
index c424a7971..89853699a 100644
--- a/ttd.c
+++ b/ttd.c
@@ -1163,7 +1163,7 @@ void GameLoop(void)
if (!_pause || _cheats.build_in_pause.value)
MoveAllTextEffects();
- MouseLoop();
+ InputLoop();
if (_game_mode != GM_MENU)
MusicLoop();