forked from mirror/OpenTTD
(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self explaining names
This commit is contained in:
@@ -153,7 +153,7 @@ void Station::AddFacility(StationFacility new_facility_bit, TileIndex facil_xy)
|
||||
|
||||
void Station::MarkDirty() const
|
||||
{
|
||||
if (this->sign.width_1 != 0) {
|
||||
if (this->sign.width_normal != 0) {
|
||||
InvalidateWindowWidget(WC_STATION_VIEW, index, SVW_CAPTION);
|
||||
this->sign.MarkDirty();
|
||||
}
|
||||
|
Reference in New Issue
Block a user