summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index 2bc8d97ff..05cac4d1a 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -32,6 +32,7 @@
#include "saveload/saveload.h"
#include "void_map.h"
#include "town.h"
+#include "newgrf.h"
#include "table/sprites.h"
@@ -168,6 +169,8 @@ static void _GenerateWorld(void *arg)
CleanupGeneration();
+ ShowNewGRFError();
+
if (_network_dedicated) DEBUG(net, 0, "Map generated, starting game");
DEBUG(desync, 1, "new_map: %i\n", _settings_game.game_creation.generation_seed);