16
0
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:
Jano211
2025-01-06 01:58:34 +01:00
committed by Hirek
parent 6235ac0fbd
commit 0e08086937
2 changed files with 0 additions and 2 deletions

View File

@@ -518,7 +518,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>();