File diff r4548:6a33e364fba5 → r4549:76b9213799ac
station_gui.c
Show inline comments
 
@@ -244,13 +244,13 @@ static void PlayerStationsWndProc(Window
 
	static uint16 cargo_filter = 0x1FFF;
 
	plstations_d *sl = &WP(w, plstations_d);
 

	
 
	switch (e->event) {
 
	case WE_PAINT: {
 
		/* Set up cargo click-states. Toggle the all-vehicle and all-cargo types button
 
		* depending on if all types are clicked or not */
 
		 * depending on if all types are clicked or not */
 
		SB(w->click_state, 6, 5, facilities);
 
		SB(w->click_state, 26, 1, facilities == (FACIL_TRAIN | FACIL_TRUCK_STOP | FACIL_BUS_STOP | FACIL_AIRPORT | FACIL_DOCK));
 
		SB(w->click_state, 12, NUM_CARGO + 1, cargo_filter);
 
		SB(w->click_state, 27, 1, cargo_filter == 0x1FFF);
 

	
 
		BuildStationsList(sl, owner, facilities, cargo_filter);