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
1 changed files with 1 additions and 0 deletions

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;