mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14:49:19 +02:00
root scenegroup, map.manualswitchcontrol feature
This commit is contained in:
@@ -1162,6 +1162,10 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser >> exec_on_exit;
|
||||
std::replace(std::begin(exec_on_exit), std::end(exec_on_exit), '_', ' ');
|
||||
}
|
||||
else if (token == "map.manualswitchcontrol") {
|
||||
Parser.getTokens(1);
|
||||
Parser >> map_manualswitchcontrol;
|
||||
}
|
||||
/*
|
||||
else if (token == "crashdamage") {
|
||||
Parser.getTokens(1);
|
||||
|
||||
Reference in New Issue
Block a user