(svn r21718) -Feature: Show a list of companies in the owner legend.

This commit is contained in:
terkhen
2011-01-04 20:57:11 +00:00
parent 247cced2ad
commit 1af95597cf
4 changed files with 76 additions and 17 deletions

View File

@@ -50,6 +50,7 @@
#include "../engine_func.h"
#include "../rail_gui.h"
#include "../core/backup_type.hpp"
#include "../smallmap_gui.h"
#include "table/strings.h"
@@ -263,6 +264,9 @@ static void InitializeWindowsAndCaches()
CheckTrainsLengths();
ShowNewGRFError();
ShowAIDebugWindowIfAIError();
/* Rebuild the smallmap list of owners. */
BuildOwnerLegend();
}
typedef void (CDECL *SignalHandlerPointer)(int);