16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00

root scenegroup, map.manualswitchcontrol feature

This commit is contained in:
milek7
2020-10-19 19:18:44 +02:00
parent 181249b1e7
commit f96575ac79
4 changed files with 52 additions and 16 deletions

View File

@@ -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);