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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user