From 4ef3f31c8fb7185a250174e9cbdfd32a81e84fc9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 3 Jun 2020 11:49:04 +0200 Subject: [PATCH] fixed a crash when using -gfake without game --- fake.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/fake.cpp b/fake.cpp index 0dd44e74..f0122791 100644 --- a/fake.cpp +++ b/fake.cpp @@ -513,6 +513,7 @@ int readArgs() { if(0) ; else if(argis("-gfake")) { + start_game(); shift_arg_formula(around, change_around); } else return 1;