(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
This commit is contained in:
@@ -208,7 +208,7 @@ static inline void ClearBridgeMiddle(TileIndex t)
|
||||
static inline void SetBridgeMiddle(TileIndex t, Axis a)
|
||||
{
|
||||
assert(MayHaveBridgeAbove(t));
|
||||
SETBIT(_m[t].m6, 6 + a);
|
||||
SetBit(_m[t].m6, 6 + a);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user