src/station.cpp
branchgamebalance
changeset 9911 0b8b245a2391
parent 9909 dce9a6923bb7
child 9912 1ac8aac92385
equal deleted inserted replaced
9910:0b2aebc8283e 9911:0b8b245a2391
   123 		InvalidateWindowWidget(WC_STATION_VIEW, index, 1);
   123 		InvalidateWindowWidget(WC_STATION_VIEW, index, 1);
   124 
   124 
   125 		MarkAllViewportsDirty(
   125 		MarkAllViewportsDirty(
   126 			sign.left - 6,
   126 			sign.left - 6,
   127 			sign.top,
   127 			sign.top,
   128 			sign.left + (sign.width_1 << 2) + 12,
   128 			sign.left + ScaleByZoom(sign.width_1 + 12, _cur_dpi->zoom),
   129 			sign.top + 48);
   129 			sign.top + ScaleByZoom(12, _cur_dpi->zoom));
   130 	}
   130 	}
   131 }
   131 }
   132 
   132 
   133 void Station::MarkTilesDirty() const
   133 void Station::MarkTilesDirty() const
   134 {
   134 {