mirror of https://github.com/OpenTTD/OpenTTD
(svn r22076) -Fix (r22075): build failed with GCC
parent
66543bde1d
commit
e8002f5b92
|
@ -7636,7 +7636,7 @@ static void FinaliseHouseArray()
|
||||||
* don't want to have them influencing valid tiles. As such set
|
* don't want to have them influencing valid tiles. As such set
|
||||||
* building_flags to zero here to make sure any house following
|
* building_flags to zero here to make sure any house following
|
||||||
* this one in the pool is properly handled as 1x1 house. */
|
* this one in the pool is properly handled as 1x1 house. */
|
||||||
hs->building_flags = 0;
|
hs->building_flags = TILE_NO_FLAG;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue