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 aca2b7e6a..e14f457fb 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 @@ -280,6 +280,10 @@ public: virtual void sendAnimationStep(NLMISC::CBitMemStream& bms) { CCameraAnimationStepBasic::sendAnimationStep(bms); + + bms.serial(const_cast(PointToTurnAround)); + bms.serial(const_cast(DistanceToPoint)); + bms.serial(const_cast(Speed)); } }; CAMERA_ANIMATION_REGISTR_STEP(CCameraAnimationStepTurnAround, "camera_animation_turn_around");