1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 08:59:09 +00:00

(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

View File

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