mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
random start screen image
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user