1
0
Fork 0

Fix c536bde: Remove problematic inline specifier (#10109)

pull/10107/head^2
Artin Alavi 2022-10-24 19:41:27 -07:00 committed by GitHub
parent 845174914d
commit dd44f2139e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;