1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-17 16:12:03 +00:00

improved handling of missing files in arb::run

This commit is contained in:
Zeno Rogue
2024-06-02 17:14:41 +02:00
parent 22e0d8264f
commit 4f868faee4
3 changed files with 12 additions and 8 deletions

View File

@@ -662,7 +662,7 @@ EX namespace mapstream {
else {
string s;
f.read(s);
arb::run(s);
arb::run_raw(s);
stop_game();
}
if(rk) rulegen::prepare_rules();