--- trunk/src/primitives/StuntDouble.cpp 2005/04/15 22:04:00 507 +++ trunk/src/primitives/StuntDouble.cpp 2008/05/27 16:39:06 1245 @@ -52,14 +52,15 @@ namespace oopse { StuntDouble::StuntDouble(ObjectType objType, DataStoragePointer storage) : objType_(objType), storage_(storage), snapshotMan_(NULL), - linear_(false), linearAxis_(-1), globalIndex_(-1), localIndex_(-1){ + linear_(false), linearAxis_(-1), globalIndex_(-1), localIndex_(-1), + globalIntegrableObjectIndex_(-1){ } StuntDouble::~StuntDouble() { } - void StuntDouble::zeroForcesAndTorques() { + void StuntDouble::zeroForcesAndTorques() { setFrc(V3Zero); setTrq(V3Zero); }