(svn r16765) -Codechange: give ViewportSign's width_1 and width_2 more self explaining names

This commit is contained in:
rubidium
2009-07-08 08:50:20 +00:00
parent 8275a98e1f
commit 3fb1506d6d
5 changed files with 46 additions and 48 deletions

View File

@@ -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();
}