diff options
author | belugas <belugas@openttd.org> | 2008-04-10 02:23:38 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-04-10 02:23:38 +0000 |
commit | fa1359ebc6ca1a72893306e3f3d18904390cf799 (patch) | |
tree | d06fc505948b4d604ea0d788f80694911d95c2d9 /src | |
parent | ccd49d81a8573eb5ddd13fc0b3a90e582f7724e3 (diff) | |
download | openttd-fa1359ebc6ca1a72893306e3f3d18904390cf799.tar.xz |
(svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent 3 lines
Diffstat (limited to 'src')
-rw-r--r-- | src/airport_gui.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/airport_gui.cpp b/src/airport_gui.cpp index eaee0e099..e43acd700 100644 --- a/src/airport_gui.cpp +++ b/src/airport_gui.cpp @@ -209,9 +209,9 @@ static void BuildAirportPickerWndProc(Window *w, WindowEvent *e) _station_show_coverage = (e->we.click.widget != 16); w->SetWidgetLoweredState(16, !_station_show_coverage); w->SetWidgetLoweredState(17, _station_show_coverage); - SndPlayFx(SND_15_BEEP); - SetWindowDirty(w); - break; + SndPlayFx(SND_15_BEEP); + SetWindowDirty(w); + break; } } break; |