Changeset - r26480:725e23a0dbac
[Not reviewed]
master
0 1 0
Artin Alavi - 23 months ago 2022-10-25 02:41:27
1361714+Arastais@users.noreply.github.com
Fix c536bde: Remove problematic inline specifier (#10109)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/smallmap_gui.cpp
Show inline comments
 
@@ -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;
 

	
0 comments (0 inline, 0 general)