# HG changeset patch # User Artin Alavi <1361714+Arastais@users.noreply.github.com> # Date 2022-10-25 02:41:27 # Node ID 725e23a0dbac371fca6675bfe177d24e40e6ebd3 # Parent fc0ba2be921ba4f88974f0ed8dcd00e300f0b858 Fix c536bde: Remove problematic inline specifier (#10109) diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -562,7 +562,7 @@ static inline uint32 GetSmallMapVegetati * @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;