# | Line 52 | Line 52 | namespace oopse { | |
---|---|---|
52 | ||
53 | StuntDouble::StuntDouble(ObjectType objType, DataStoragePointer storage) : | |
54 | objType_(objType), storage_(storage), snapshotMan_(NULL), | |
55 | < | linear_(false), linearAxis_(-1), globalIndex_(-1), localIndex_(-1){ |
55 | > | linear_(false), linearAxis_(-1), globalIndex_(-1), localIndex_(-1), |
56 | > | globalIntegrableObjectIndex_(-1){ |
57 | } | |
58 | ||
59 | StuntDouble::~StuntDouble() { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |