(svn r2748) Remove unused cruft from the main loop

This commit is contained in:
tron
2005-07-29 16:40:29 +00:00
parent 1a5de9ff9b
commit f359d1a394
6 changed files with 13 additions and 24 deletions

View File

@@ -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();