From aeac77e0126fc8b3702c33ec31bce8edd2f4e911 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 24 May 2022 20:19:04 +0100 Subject: [PATCH] Fix engine callbacks not being analysed in newly generated games --- src/genworld.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/genworld.cpp b/src/genworld.cpp index 3d8b52734d..deada07cc1 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -317,6 +317,7 @@ void GenerateWorld(GenWorldMode mode, uint size_x, uint size_y, bool reset_setti GfxLoadSprites(); InitialiseExtraAspectsVariable(); LoadStringWidthTable(); + AnalyseEngineCallbacks(); /* Re-init the windowing system */ ResetWindowSystem();