src/bridge_map.h
changeset 7929 6c9b25842b0f
parent 7928 63e18de69e50
child 7931 b0a46cd92225
equal deleted inserted replaced
7928:63e18de69e50 7929:6c9b25842b0f
   182  * @pre MayHaveBridgeAbove(t)
   182  * @pre MayHaveBridgeAbove(t)
   183  */
   183  */
   184 static inline void ClearSingleBridgeMiddle(TileIndex t, Axis a)
   184 static inline void ClearSingleBridgeMiddle(TileIndex t, Axis a)
   185 {
   185 {
   186 	assert(MayHaveBridgeAbove(t));
   186 	assert(MayHaveBridgeAbove(t));
   187 	CLRBIT(_m[t].m6, 6 + a);
   187 	ClrBit(_m[t].m6, 6 + a);
   188 }
   188 }
   189 
   189 
   190 
   190 
   191 /**
   191 /**
   192  * Removes bridges from the given, that is bridges along the X and Y axis.
   192  * Removes bridges from the given, that is bridges along the X and Y axis.