--- trunk/src/primitives/StuntDouble.cpp 2005/04/15 22:04:00 507 +++ trunk/src/primitives/StuntDouble.cpp 2006/08/30 18:42:29 1024 @@ -52,7 +52,8 @@ 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() {