(svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent 3 lines
authorbelugas
Thu, 10 Apr 2008 02:23:38 +0000
changeset 8880 5b12cb0d9819
parent 8879 976ce196dddf
child 8881 ad608e8305ad
(svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent 3 lines
src/airport_gui.cpp
--- a/src/airport_gui.cpp	Thu Apr 10 02:14:14 2008 +0000
+++ b/src/airport_gui.cpp	Thu Apr 10 02:23:38 2008 +0000
@@ -209,9 +209,9 @@
 					_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;