(svn r18506) -Fix [FS#3368]: no error message was created for the first fatal NewGRF error.

This commit is contained in:
rubidium
2009-12-15 00:00:51 +00:00
parent 5450167efc
commit 3e6c530e1e
5 changed files with 29 additions and 0 deletions

View File

@@ -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);