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 7bc0326 commit 1546672Copy full SHA for 1546672
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Update/AIUpdate/JetAIUpdate.cpp
@@ -1350,6 +1350,8 @@ class JetPauseBeforeTakeoffState : public AIFaceState
1350
// always call this.
1351
StateReturnType superStatus = AIFaceState::update();
1352
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.
1355
#if RETAIL_COMPATIBLE_CRC
1356
if (findWaiter())
1357
return STATE_CONTINUE;
0 commit comments