summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-04-10 02:23:38 +0000
committerbelugas <belugas@openttd.org>2008-04-10 02:23:38 +0000
commit79cb5ec1c70e1661db721a9b5a1e21a375989a30 (patch)
treed06fc505948b4d604ea0d788f80694911d95c2d9
parent3491a3346eda0138fa9ee5ff15256b805ec877eb (diff)
downloadopenttd-79cb5ec1c70e1661db721a9b5a1e21a375989a30.tar.xz
(svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent 3 lines
-rw-r--r--src/airport_gui.cpp6
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;