diff --git a/code/ryzom/server/src/entities_game_service/camera_animation_manager/camera_animation_steps.cpp b/code/ryzom/server/src/entities_game_service/camera_animation_manager/camera_animation_steps.cpp index 1b1459e54..aca2b7e6a 100644 --- a/code/ryzom/server/src/entities_game_service/camera_animation_manager/camera_animation_steps.cpp +++ b/code/ryzom/server/src/entities_game_service/camera_animation_manager/camera_animation_steps.cpp @@ -205,6 +205,9 @@ public: virtual void sendAnimationStep(NLMISC::CBitMemStream& bms) { CCameraAnimationStepBasic::sendAnimationStep(bms); + + bms.serial(const_cast(EntityToFollow)); + bms.serial(const_cast(DistanceToEntity)); } }; CAMERA_ANIMATION_REGISTR_STEP(CCameraAnimationStepFollowEntity, "camera_animation_follow_entity");