diff options
Diffstat (limited to 'genworld_gui.c')
-rw-r--r-- | genworld_gui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/genworld_gui.c b/genworld_gui.c index 571dec4f9..7b597bd57 100644 --- a/genworld_gui.c +++ b/genworld_gui.c @@ -22,6 +22,7 @@ #include "network.h" #include "thread.h" #include "date.h" +#include "newgrf_config.h" enum { START_DATE_QUERY, @@ -164,6 +165,7 @@ static void StartGeneratingLandscape(glwp_modes mode) UpdatePatches(); _opt_ptr = &_opt; *_opt_ptr = _opt_newgame; + ResetGRFConfig(true); SndPlayFx(SND_15_BEEP); switch (mode) { |