mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-04 01:37:04 +00:00
delayed start in config file
This commit is contained in:
parent
9485495e48
commit
dda979ad14
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user