diff options
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r-- | src/gfxinit.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp index 66bd2709f..d63aa20b9 100644 --- a/src/gfxinit.cpp +++ b/src/gfxinit.cpp @@ -195,6 +195,8 @@ static bool DetermineGraphicsPack() return _used_graphics_set != NULL; } +extern void UpdateNewGRFConfigPalette(); + /** * Determine the palette that has to be used. * - forced palette via command line -> leave it that way @@ -219,6 +221,8 @@ static void DeterminePalette() default: NOT_REACHED(); } + + UpdateNewGRFConfigPalette(); } /** |