(svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseLoop from the new InitLoop() (more in the spirit of HandleKeypress()).

This commit is contained in:
pasky
2005-03-26 04:16:39 +00:00
parent d4b3469e2f
commit f89984642e
3 changed files with 36 additions and 29 deletions

2
ttd.c
View File

@@ -1163,7 +1163,7 @@ void GameLoop(void)
if (!_pause || _cheats.build_in_pause.value)
MoveAllTextEffects();
MouseLoop();
InputLoop();
if (_game_mode != GM_MENU)
MusicLoop();