(svn r12646) -Codechange: another run of code-style cleanup

This commit is contained in:
belugas 2008-04-10 02:14:14 +00:00
parent f484b2e1c7
commit ccd49d81a8

View File

@ -204,6 +204,7 @@ static void BuildAirportPickerWndProc(Window *w, WindowEvent *e)
SndPlayFx(SND_15_BEEP); SndPlayFx(SND_15_BEEP);
SetWindowDirty(w); SetWindowDirty(w);
break; break;
case 16: case 17: case 16: case 17:
_station_show_coverage = (e->we.click.widget != 16); _station_show_coverage = (e->we.click.widget != 16);
w->SetWidgetLoweredState(16, !_station_show_coverage); w->SetWidgetLoweredState(16, !_station_show_coverage);