1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 18:49:10 +00:00

(svn r3650) Fix braino in r3649, spotted by Mihamix

This commit is contained in:
tron
2006-02-21 18:15:59 +00:00
parent 6bf65d401b
commit 5389e0e6d6

View File

@@ -34,7 +34,7 @@ static bool HasTileRoadAt(TileIndex tile, int i)
case MP_STREET:
b = _m[tile].m5;
switch (b & 0xF0) {
switch (GB(b, 4, 4)) {
case 0: break; // normal road
case 1: b = (b & 8 ? 5 : 10); break; // level crossing
case 2: return (~b & 3) == i; // depot