road_gui.c
changeset 4434 4175805666a5
parent 4345 dd12549ad473
child 4435 cde1d8fc5c8f
equal deleted inserted replaced
4433:2ee8e92ef389 4434:4175805666a5
   410 	case WE_PAINT: {
   410 	case WE_PAINT: {
   411 		int image;
   411 		int image;
   412 
   412 
   413 		if (WP(w,def_d).close) return;
   413 		if (WP(w,def_d).close) return;
   414 
   414 
   415 		w->click_state = ((1<<3) << _road_station_picker_orientation)	|
   415 		w->click_state = ((1<<3) << _road_station_picker_orientation) |
   416 										 ((1<<7) << _station_show_coverage);
   416 										 ((1<<7) << _station_show_coverage);
   417 		DrawWindowWidgets(w);
   417 		DrawWindowWidgets(w);
   418 
   418 
   419 		if (_station_show_coverage) {
   419 		if (_station_show_coverage) {
   420 			int rad = _patches.modified_catchment ? CA_TRUCK /* = CA_BUS */ : 4;
   420 			int rad = _patches.modified_catchment ? CA_TRUCK /* = CA_BUS */ : 4;