Merge branch 'master' into jgrpp
# Conflicts: # src/company_cmd.cpp # src/core/geometry_func.cpp # src/date.cpp # src/genworld_gui.cpp # src/gfx.cpp # src/object_gui.cpp # src/openttd.cpp # src/settings_type.h # src/video/allegro_v.cpp # src/video/dedicated_v.cpp # src/video/null_v.cpp # src/video/sdl2_v.cpp # src/video/sdl_v.cpp # src/video/win32_v.cpp
This commit is contained in:
@@ -925,6 +925,7 @@ int openttd_main(int argc, char *argv[])
|
||||
|
||||
/* Initialize the zoom level of the screen to normal */
|
||||
_screen.zoom = ZOOM_LVL_NORMAL;
|
||||
UpdateGUIZoom();
|
||||
|
||||
NetworkStartUp(); // initialize network-core
|
||||
|
||||
@@ -1931,7 +1932,6 @@ void GameLoop()
|
||||
if (_game_mode == GM_BOOTSTRAP) {
|
||||
/* Check for UDP stuff */
|
||||
if (_network_available) NetworkBackgroundLoop();
|
||||
InputLoop();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1964,8 +1964,6 @@ void GameLoop()
|
||||
StateGameLoop();
|
||||
}
|
||||
|
||||
InputLoop();
|
||||
|
||||
SoundDriver::GetInstance()->MainLoop();
|
||||
MusicLoop();
|
||||
}
|
||||
|
Reference in New Issue
Block a user