diff src/road_map.h @ 7931:44ff7a6d801f draft

(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
author skidd13 <skidd13@openttd.org>
date Tue, 20 Nov 2007 13:35:54 +0000
parents 4d13dbed828c
children 712f252f0d4d
line wrap: on
line diff
--- a/src/road_map.h
+++ b/src/road_map.h
@@ -200,7 +200,7 @@
 static inline void BarCrossing(TileIndex t)
 {
 	assert(GetRoadTileType(t) == ROAD_TILE_CROSSING);
-	SETBIT(_m[t].m4, 5);
+	SetBit(_m[t].m4, 5);
 }
 
 static inline bool IsCrossingBarred(TileIndex t)