1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-09 00:22:06 +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
+1 -1
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();