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
commitfa1359ebc6ca1a72893306e3f3d18904390cf799 (patch)
treed06fc505948b4d604ea0d788f80694911d95c2d9
parentccd49d81a8573eb5ddd13fc0b3a90e582f7724e3 (diff)
downloadopenttd-fa1359ebc6ca1a72893306e3f3d18904390cf799.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;