diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp --- a/src/newgrf_gui.cpp +++ b/src/newgrf_gui.cpp @@ -839,7 +839,7 @@ struct NewGRFWindow : public QueryString * @param c grf to display. * @return Palette for the sprite. */ - FORCEINLINE PaletteID GetPalette(const GRFConfig *c) const + inline PaletteID GetPalette(const GRFConfig *c) const { PaletteID pal;