Skip to content

Commit

Permalink
Fix c536bde: Remove problematic inline specifier (#10109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arastais committed Oct 25, 2022
1 parent 8451749 commit dd44f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smallmap_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit dd44f21

Please sign in to comment.