diff options
Diffstat (limited to 'openttd.c')
-rw-r--r-- | openttd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -521,7 +521,7 @@ int ttd_main(int argc, char* argv[]) } #endif /* ENABLE_NETWORK */ - while (_video_driver->main_loop() == ML_SWITCHDRIVER) {} + _video_driver->main_loop(); JoinOTTDThread(); IConsoleFree(); |