forked from mirror/OpenTTD
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
This commit is contained in:
@@ -35,7 +35,7 @@ extern TransparencyOptionBits _transparency_opt;
|
||||
*/
|
||||
static inline bool IsTransparencySet(TransparencyOption to)
|
||||
{
|
||||
return (HASBIT(_transparency_opt, to) && _game_mode != GM_MENU);
|
||||
return (HasBit(_transparency_opt, to) && _game_mode != GM_MENU);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user