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

prepend_scn feature

This commit is contained in:
milek7
2020-10-31 01:19:37 +01:00
parent f042eaf6b4
commit c9169edf72
4 changed files with 10 additions and 1 deletions

View File

@@ -1166,6 +1166,10 @@ global_settings::ConfigParse(cParser &Parser) {
Parser.getTokens(1);
Parser >> map_manualswitchcontrol;
}
else if (token == "prepend_scn") {
Parser.getTokens(1);
Parser >> prepend_scn;
}
/*
else if (token == "crashdamage") {
Parser.getTokens(1);