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 e041f3b83..1b1459e54 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 @@ -146,6 +146,8 @@ public: virtual void sendAnimationStep(NLMISC::CBitMemStream& bms) { CCameraAnimationStepBasic::sendAnimationStep(bms); + + bms.serial(const_cast(EndPos)); } }; CAMERA_ANIMATION_REGISTR_STEP(CCameraAnimationStepGoTo, "camera_animation_go_to");