Changeset 8043 in orxonox.OLD for branches/cr/src/lib/collision_reaction/collision_handle.cc
- Timestamp:
- May 31, 2006, 8:48:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/lib/collision_reaction/collision_handle.cc
r8029 r8043 34 34 this->owner = owner; 35 35 this->type = type; 36 37 this->bCollided = false; 38 this->bContinuousPoll = false; 39 this->bDispatched = false; 40 this->bStopOnFirstCollision = false; 36 41 } 37 42
Note: See TracChangeset
for help on using the changeset viewer.