16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 03:29:19 +02:00

desync info tweaks

This commit is contained in:
milek7
2019-11-17 14:02:24 +01:00
parent c31af696c4
commit a16cf6cdab
4 changed files with 14 additions and 4 deletions

View File

@@ -248,6 +248,7 @@ struct global_settings {
std::vector<std::pair<std::string, std::string>> network_servers;
std::optional<std::pair<std::string, std::string>> network_client;
float desync = 0.0f;
std::unordered_map<int, std::string> trainset_overrides;