diff --git a/code/ryzom/server/src/entities_game_service/camera_animation_manager/camera_animation_step_factory.cpp b/code/ryzom/server/src/entities_game_service/camera_animation_manager/camera_animation_step_factory.cpp index 5409231df..806ba1bc3 100644 --- a/code/ryzom/server/src/entities_game_service/camera_animation_manager/camera_animation_step_factory.cpp +++ b/code/ryzom/server/src/entities_game_service/camera_animation_manager/camera_animation_step_factory.cpp @@ -81,9 +81,9 @@ void ICameraAnimationStep::addModifier(ICameraAnimationModifier* modifier) void ICameraAnimationStep::sendAnimationFullStep(NLMISC::CBitMemStream& bms) { - // We first add the name of the step + /*// We first add the name of the step std::string name = getStepName(); - bms.serial(const_cast(name)); + bms.serial(const_cast(name));*/ // We ask the step to add its information to the message sendAnimationStep(bms);