Changeset - r20517:00828686142f
[Not reviewed]
master
0 1 0
frosch - 11 years ago 2013-06-30 14:38:20
frosch@openttd.org
(svn r25541) -Cleanup: No need to clear a bit which is never set.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/vehicle_gui.cpp
Show inline comments
 
@@ -1732,7 +1732,6 @@ void ShowVehicleListWindow(const Vehicle
 

	
 
void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, StationID station)
 
{
 
	_vehicle_list_desc.flags &= ~WDF_CONSTRUCTION;
 
	ShowVehicleListWindowLocal(company, VL_STATION_LIST, vehicle_type, station);
 
}
 

	
0 comments (0 inline, 0 general)