random start screen image

This commit is contained in:
milek7
2019-10-30 20:28:53 +01:00
parent b48daaf890
commit 6a17b134dc
7 changed files with 24 additions and 5 deletions

View File

@@ -802,6 +802,8 @@ eu07_application::init_data() {
int
eu07_application::init_modes() {
Global.local_random_engine.seed(std::random_device{}());
if ((!Global.network_servers.empty() || Global.network_client) && Global.SceneryFile.empty()) {
ErrorLog("launcher mode is currently not supported in network mode");
return -1;