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:
@@ -587,4 +587,5 @@ static void ShowBuildAirportPicker(Window *parent)
|
||||
void InitializeAirportGui()
|
||||
{
|
||||
_selected_airport_class = APC_BEGIN;
|
||||
_selected_airport_index = -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user