(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)
This commit is contained in:
@@ -42,7 +42,7 @@ RoadBits CleanUpRoadBits(const TileIndex tile, RoadBits org_rb)
|
||||
|
||||
/* Accept only connective tiles */
|
||||
connective = (neighbor_rb & mirrored_rb) || // Neighbor has got the fitting RoadBit
|
||||
COUNTBITS(neighbor_rb) == 1; // Neighbor has got only one Roadbit
|
||||
CountBits(neighbor_rb) == 1; // Neighbor has got only one Roadbit
|
||||
|
||||
} break;
|
||||
|
||||
|
Reference in New Issue
Block a user