Changed: #1469 Don't send the animation step name any more because we only have one magic step

--HG--
branch : gsoc2012-fabien
hg/feature/gsoc2012-fabien
Fabien_HENON 12 years ago
parent 7ab6ede55c
commit 55582b6d05

@ -81,9 +81,9 @@ void ICameraAnimationStep::addModifier(ICameraAnimationModifier* modifier)
void ICameraAnimationStep::sendAnimationFullStep(NLMISC::CBitMemStream& bms) 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(); std::string name = getStepName();
bms.serial(const_cast<std::string&>(name)); bms.serial(const_cast<std::string&>(name));*/
// We ask the step to add its information to the message // We ask the step to add its information to the message
sendAnimationStep(bms); sendAnimationStep(bms);

Loading…
Cancel
Save