mirror of https://github.com/OpenTTD/OpenTTD
(svn r12646) -Codechange: another run of code-style cleanup
parent
f484b2e1c7
commit
ccd49d81a8
|
@ -204,6 +204,7 @@ static void BuildAirportPickerWndProc(Window *w, WindowEvent *e)
|
|||
SndPlayFx(SND_15_BEEP);
|
||||
SetWindowDirty(w);
|
||||
break;
|
||||
|
||||
case 16: case 17:
|
||||
_station_show_coverage = (e->we.click.widget != 16);
|
||||
w->SetWidgetLoweredState(16, !_station_show_coverage);
|
||||
|
|
Loading…
Reference in New Issue