forked from mirror/OpenTTD
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
This commit is contained in:
@@ -262,7 +262,7 @@ static bool GenerateStationName(Station *st, TileIndex tile, int flag)
|
||||
if (str <= 0x20) {
|
||||
if (str == M(STR_SV_STNAME_FOREST))
|
||||
str = M(STR_SV_STNAME_WOODS);
|
||||
CLRBIT(free_names, str);
|
||||
ClrBit(free_names, str);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user