summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-03-26 04:16:39 +0000
committerpasky <pasky@openttd.org>2005-03-26 04:16:39 +0000
commitf89984642e98786bfb7daf6e7b787ec55251579a (patch)
tree67eb1caa2844dcdf5266ba40482051839518a165 /ttd.c
parentd4b3469e2f828043deab48b47d32691c3f2f283f (diff)
downloadopenttd-f89984642e98786bfb7daf6e7b787ec55251579a.tar.xz
(svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseLoop from the new InitLoop() (more in the spirit of HandleKeypress()).
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();