mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
workaround for allowing quit in launcher, fixup freeflymodeflag accesses in TTrain
This commit is contained in:
@@ -444,7 +444,7 @@ void state_manager::process_commands() {
|
||||
|
||||
if (commanddata.command == user_command::quitsimulation) {
|
||||
// TBD: allow clients to go into offline mode?
|
||||
Application.queue_quit();
|
||||
Application.queue_quit(true);
|
||||
}
|
||||
|
||||
if (DebugModeFlag) {
|
||||
|
||||
Reference in New Issue
Block a user