mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-19 18:35:48 +01:00
(svn r12646) -Codechange: another run of code-style cleanup
This commit is contained in:
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
Block a user