We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c63e7 commit 4895810Copy full SHA for 4895810
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Behavior/ParkingPlaceBehavior.cpp
@@ -472,7 +472,7 @@ void ParkingPlaceBehavior::transferRunwayReservationToNextInLineForTakeoff(Objec
472
//-------------------------------------------------------------------------------------------------
473
Bool ParkingPlaceBehavior::deferUnsequencedRunwayReservationForTakeoff(UnsignedInt spaceIndex, Bool forLanding)
474
{
475
- if (spaceIndex == 2 || spaceIndex == 3)
+ if (spaceIndex >= m_runways.size())
476
477
Bool& deferred = m_spaces[spaceIndex].m_deferredRunwayReservationForTakeoff;
478
if (forLanding)
0 commit comments