1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-04 17:57:03 +00:00

delayed start in config file

This commit is contained in:
Zeno Rogue 2024-05-29 13:51:09 +02:00
parent 9485495e48
commit dda979ad14

View File

@ -1865,6 +1865,7 @@ EX void parseline(const string& str) {
}
EX void loadNewConfig(FILE *f) {
dynamicval<bool> ds(delayed_start, true);
for(auto& c: params) allconfigs[c.second->name] = allconfigs[c.second->legacy_config_name] = c.second;
string rd;
while(true) {