mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
random start screen image
This commit is contained in:
@@ -26,7 +26,6 @@ void launcher_mode::enter()
|
||||
|
||||
simulation::is_ready = false;
|
||||
|
||||
m_userinterface->set_background( "logo" );
|
||||
Application.set_title(Global.AppName);
|
||||
}
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@ launcher_ui::launcher_ui()
|
||||
add_external_panel(&m_scenerylist_panel);
|
||||
add_external_panel(&m_keymapper_panel);
|
||||
add_external_panel(&m_vehiclepicker_panel);
|
||||
|
||||
load_random_background();
|
||||
}
|
||||
|
||||
bool launcher_ui::on_key(const int Key, const int Action)
|
||||
|
||||
Reference in New Issue
Block a user