Merge branch 'master' into jgrpp
# Conflicts: # config.lib # src/linkgraph/demands.cpp # src/linkgraph/mcf.cpp # src/linkgraph/refresh.cpp # src/linkgraph/refresh.h # src/smallmap_gui.cpp
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
#include "debug.h"
|
||||
#include "unit_conversion.h"
|
||||
#include "game/game_text.hpp"
|
||||
#include "network/network_content_gui.h"
|
||||
#ifdef ENABLE_NETWORK
|
||||
# include "network/network_content_gui.h"
|
||||
#endif /* ENABLE_NETWORK */
|
||||
#include <stack>
|
||||
|
||||
#include "table/strings.h"
|
||||
@@ -2055,7 +2057,9 @@ bool ReadLanguagePack(const LanguageMetadata *lang)
|
||||
SortIndustryTypes();
|
||||
BuildIndustriesLegend();
|
||||
SortNetworkLanguages();
|
||||
#ifdef ENABLE_NETWORK
|
||||
BuildContentTypeStringList();
|
||||
#endif /* ENABLE_NETWORK */
|
||||
InvalidateWindowClassesData(WC_BUILD_VEHICLE); // Build vehicle window.
|
||||
InvalidateWindowClassesData(WC_TRAINS_LIST); // Train group window.
|
||||
InvalidateWindowClassesData(WC_ROADVEH_LIST); // Road vehicle group window.
|
||||
|
Reference in New Issue
Block a user