diff options
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r-- | src/openttd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp index 54ae08f7b..ea56b0c58 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -1184,6 +1184,7 @@ void GameLoop() InputLoop(); + _sound_driver->MainLoop(); MusicLoop(); } |