File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Behavior Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -473,8 +473,8 @@ void ParkingPlaceBehavior::transferRunwayReservationToNextInLineForTakeoff(Objec
473473// -------------------------------------------------------------------------------------------------
474474Bool ParkingPlaceBehavior::postponeRunwayReservation (UnsignedInt spaceIndex, Bool forLanding)
475475{
476- // TheSuperHackers @tweak Block the first attempt to reserve a runway for 'upper' space indices to ensure deterministic takeoff ordering .
477- // This allows 'lower' space indices to reserve a runway first.
476+ // TheSuperHackers @tweak Block the first attempt to reserve a runway for 'upper' space indices.
477+ // This allows 'lower' space indices to reserve a runway first to ensure deterministic takeoff ordering .
478478
479479 if (m_spaces.size () > m_runways.size () && spaceIndex >= m_runways.size ())
480480 {
You can’t perform that action at this time.
0 commit comments