From dd44f2139e01509c5916fc3c9c9611cf33010849 Mon Sep 17 00:00:00 2001 From: Artin Alavi <1361714+Arastais@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:41:27 -0700 Subject: [PATCH] Fix c536bde: Remove problematic inline specifier (#10109) --- src/smallmap_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index 2989263201..e0045efb0a 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -562,7 +562,7 @@ static inline uint32 GetSmallMapVegetationPixels(TileIndex tile, TileType t) * @param include_heightmap Whether to return the heightmap/contour colour of this tile (instead of the default land tile colour) * @return The colour of tile in the small map in mode "Owner" */ -inline uint32 GetSmallMapOwnerPixels(TileIndex tile, TileType t, IncludeHeightmap include_heightmap) +uint32 GetSmallMapOwnerPixels(TileIndex tile, TileType t, IncludeHeightmap include_heightmap) { Owner o;