Skip to content

Commit 1546672

Browse files
committed
Added comment.
1 parent 7bc0326 commit 1546672

File tree

1 file changed

+2
-0
lines changed
  • GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Update/AIUpdate

1 file changed

+2
-0
lines changed

GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Update/AIUpdate/JetAIUpdate.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,8 @@ class JetPauseBeforeTakeoffState : public AIFaceState
13501350
// always call this.
13511351
StateReturnType superStatus = AIFaceState::update();
13521352

1353+
// TheSuperHackers @tweak Don't wait for the next aircraft in line to finish taxiing, but follow scheduled takeoff to avoid delays.
1354+
// Otherwise aircraft may miss their original takeoff frame and take off in an unsynchronized fashion.
13531355
#if RETAIL_COMPATIBLE_CRC
13541356
if (findWaiter())
13551357
return STATE_CONTINUE;

0 commit comments

Comments
 (0)