File diff r28781:ee8d01cc7e15 → r28782:04cbd7c8fefa
src/economy.cpp
Show inline comments
 
@@ -1942,7 +1942,7 @@ static void LoadUnloadVehicle(Vehicle *f
 
	if (dirty_station) {
 
		st->MarkTilesDirty(true);
 
		SetWindowDirty(WC_STATION_VIEW, st->index);
 
		InvalidateWindowData(WC_STATION_LIST, st->owner);
 
		SetWindowDirty(WC_STATION_LIST, st->owner);
 
	}
 
}