From 6801cceda1cb1d81c627b6d30c19933d81179ce9 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Mon, 19 Nov 2007 21:32:20 +0000 Subject: (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style --- src/road_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/road_map.h') diff --git a/src/road_map.h b/src/road_map.h index f68ef8322..99aef132e 100644 --- a/src/road_map.h +++ b/src/road_map.h @@ -194,7 +194,7 @@ static inline TrackBits GetCrossingRailBits(TileIndex tile) static inline void UnbarCrossing(TileIndex t) { assert(GetRoadTileType(t) == ROAD_TILE_CROSSING); - CLRBIT(_m[t].m4, 5); + ClrBit(_m[t].m4, 5); } static inline void BarCrossing(TileIndex t) -- cgit v1.2.3-70-g09d2