Industry: Determine which tiles in industry layouts are not animated

Do not set these as animated tiles for new industries
This commit is contained in:
Jonathan G Rennison
2022-06-01 00:30:21 +01:00
parent 220390ed3e
commit 42e20d3d99
12 changed files with 208 additions and 3 deletions

View File

@@ -35,6 +35,7 @@
#include "thread.h"
#include "tgp.h"
#include "signal_func.h"
#include "newgrf_industrytiles.h"
#include "safeguards.h"
@@ -318,6 +319,7 @@ void GenerateWorld(GenWorldMode mode, uint size_x, uint size_y, bool reset_setti
InitialiseExtraAspectsVariable();
LoadStringWidthTable();
AnalyseEngineCallbacks();
AnalyseIndustryTileSpriteGroups();
/* Re-init the windowing system */
ResetWindowSystem();