Changeset - r8880:5e0a0f0f159a
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2008-04-10 02:23:38
belugas@openttd.org
(svn r12647) -Codechange: Ooops... Too fast on the job... forgot to indent 3 lines
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/airport_gui.cpp
Show inline comments
 
@@ -209,9 +209,9 @@ static void BuildAirportPickerWndProc(Wi
 
					_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;
 

	
0 comments (0 inline, 0 general)