Skip to content

Commit 855461e

Browse files
committed
Updated function name.
1 parent 45ade69 commit 855461e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ Bool ParkingPlaceBehavior::reserveRunway(ObjectID id, Bool forLanding)
505505
if (m_spaces[i].m_objectInSpace == id)
506506
{
507507
#if !RETAIL_COMPATIBLE_CRC
508-
if (deferUnsequencedRunwayReservationForTakeoff(i, forLanding))
508+
if (postponeRunwayReservation(i, forLanding))
509509
return false;
510510
#endif
511511

0 commit comments

Comments
 (0)