mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
Fix for writing useless log informations
This commit is contained in:
@@ -519,7 +519,6 @@ eu07_application::push_mode( eu07_application::mode const Mode ) {
|
||||
|
||||
if (!m_modes[Mode]) {
|
||||
if (Mode == mode::launcher)
|
||||
Global.loading_log = false;
|
||||
m_modes[Mode] = std::make_shared<launcher_mode>();
|
||||
if (Mode == mode::scenarioloader)
|
||||
m_modes[Mode] = std::make_shared<scenarioloader_mode>();
|
||||
|
||||
Reference in New Issue
Block a user