mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14:49:19 +02:00
changed map colors
This commit is contained in:
@@ -878,6 +878,10 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
|
||||
extra_viewports.push_back(conf);
|
||||
}
|
||||
else if (token == "map.highlightdistance") {
|
||||
Parser.getTokens(1);
|
||||
Parser >> map_highlight_distance;
|
||||
}
|
||||
} while ((token != "") && (token != "endconfig")); //(!Parser->EndOfFile)
|
||||
// na koniec trochę zależności
|
||||
if (!bLoadTraction) // wczytywanie drutów i słupów
|
||||
|
||||
Reference in New Issue
Block a user