mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r22300) -Fix (r22299): Missing out on a ! can have the opposite effect of what was intended
This commit is contained in:
parent
4e38e667d4
commit
fd0f099b35
@ -7652,6 +7652,7 @@ static void FinaliseHouseArray()
|
|||||||
* 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 = TILE_NO_FLAG;
|
hs->building_flags = TILE_NO_FLAG;
|
||||||
|
} else {
|
||||||
if (hs->min_year < min_year) min_year = hs->min_year;
|
if (hs->min_year < min_year) min_year = hs->min_year;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user