diff --git a/src/airport_gui.cpp b/src/airport_gui.cpp --- a/src/airport_gui.cpp +++ b/src/airport_gui.cpp @@ -145,7 +145,7 @@ static const WindowDesc _air_toolbar_des void ShowBuildAirToolbar() { - if (!IsValidPlayer(_current_player)) return; + if (!IsValidPlayerID(_current_player)) return; DeleteWindowByClass(WC_BUILD_TOOLBAR); AllocateWindowDescFront(&_air_toolbar_desc, TRANSPORT_AIR);