Changeset - r17744:8c5ae790da27
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2011-06-04 14:48:21
rubidium@openttd.org
(svn r22538) -Fix [FS#4619]: possible crash when opening the airport build window for the first time
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/airport_gui.cpp
Show inline comments
 
@@ -587,4 +587,5 @@ static void ShowBuildAirportPicker(Windo
 
void InitializeAirportGui()
 
{
 
	_selected_airport_class = APC_BEGIN;
 
	_selected_airport_index = -1;
 
}
0 comments (0 inline, 0 general)