1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

fixed a crash when using -gfake without game

This commit is contained in:
Zeno Rogue 2020-06-03 11:49:04 +02:00
parent 24440d42df
commit 4ef3f31c8f

View File

@ -513,6 +513,7 @@ int readArgs() {
if(0) ;
else if(argis("-gfake")) {
start_game();
shift_arg_formula(around, change_around);
}
else return 1;