diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 475a3dc5db7..365e55cd22d 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13486,7 +13486,6 @@ void Unit::EnterVehicle(Vehicle *vehicle) m_Vehicle->setFaction(getFaction()); addUnitState(UNIT_STAT_ONVEHICLE); - AddUnitMovementFlag(MOVEMENTFLAG_ONTRANSPORT); //movementInfo is set in AddPassenger //packets are sent in AddPassenger |