(svn r22538) -Fix [FS#4619]: possible crash when opening the airport build window for the first time

This commit is contained in:
rubidium 2011-06-04 14:48:21 +00:00
parent 58e3652bd0
commit 015231a478
1 changed files with 1 additions and 0 deletions

View File

@ -587,4 +587,5 @@ static void ShowBuildAirportPicker(Window *parent)
void InitializeAirportGui()
{
_selected_airport_class = APC_BEGIN;
_selected_airport_index = -1;
}