Skip to content

Commit f817c61

Browse files
committed
Tweaked comment.
1 parent be19c9c commit f817c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Behavior/ParkingPlaceBehavior.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ void ParkingPlaceBehavior::transferRunwayReservationToNextInLineForTakeoff(Objec
473473
//-------------------------------------------------------------------------------------------------
474474
Bool 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
{

0 commit comments

Comments
 (0)