File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Update/AIUpdate
Generals/Code/GameEngine/Source/GameLogic/Object/Update/AIUpdate Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1009,6 +1009,7 @@ UpdateSleepTime ChinookAIUpdate::update()
10091009 {
10101010 if (m_flightStatus == CHINOOK_LANDED &&
10111011#if !RETAIL_COMPATIBLE_CRC
1012+ // TheSuperHackers @bugfix Stubbjax 03/11/2025 Prevent Chinooks from taking off while there are still units wanting to enter or exit.
10121013 !waitingToEnterOrExit &&
10131014#endif
10141015 !m_hasPendingCommand &&
Original file line number Diff line number Diff line change @@ -1071,6 +1071,7 @@ UpdateSleepTime ChinookAIUpdate::update()
10711071 {
10721072 if (m_flightStatus == CHINOOK_LANDED &&
10731073#if !RETAIL_COMPATIBLE_CRC
1074+ // TheSuperHackers @bugfix Stubbjax 03/11/2025 Prevent Chinooks from taking off while there are still units wanting to enter or exit.
10741075 !waitingToEnterOrExit &&
10751076#endif
10761077 !m_hasPendingCommand &&
You can’t perform that action at this time.
0 commit comments