forked from mirror/OpenTTD
Codechange: replace static inline with static for non-class functions
This commit is contained in:
@@ -31,7 +31,7 @@ struct SpriteCache {
|
||||
byte control_flags; ///< Control flags, see SpriteCacheCtrlFlags
|
||||
};
|
||||
|
||||
static inline bool IsMapgenSpriteID(SpriteID sprite)
|
||||
inline bool IsMapgenSpriteID(SpriteID sprite)
|
||||
{
|
||||
return IsInsideMM(sprite, SPR_MAPGEN_BEGIN, SPR_MAPGEN_END);
|
||||
}
|
||||
|
Reference in New Issue
Block a user