Changeset 7970 in orxonox.OLD for branches/cr
- Timestamp:
- May 30, 2006, 1:40:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cr/src/world_entities/world_entity.cc
r7969 r7970 74 74 this->collisionHandles[i] = NULL; 75 75 this->bReactive = false; 76 77 // registering default reactions: 78 this->subscribeReaction(CREngine::CR_OBJECT_DAMAGE, 1, CL_WORLD_ENTITY); 79 this->subscribeReaction(CREngine::CR_PHYSICS_GROUND, 1, CL_TERRAIN); 76 80 77 81 this->toList(OM_NULL);
Note: See TracChangeset
for help on using the changeset viewer.