Changeset 10013 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Dec 4, 2006, 6:42:46 PM (18 years ago)
- Location:
- trunk/src/world_entities/npcs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/attractor_mine.cc
r9869 r10013 62 62 63 63 this->setDamage(30.0f); 64 this->subscribeReaction(CoRe::CREngine::CR_OBJECT_DAMAGE, Playable::staticClassID()); 64 65 65 66 -
trunk/src/world_entities/npcs/generic_npc.cc
r9869 r10013 96 96 97 97 // collision reaction registration 98 this->subscribeReaction(C REngine::CR_PHYSICS_GROUND_WALK, BspEntity::staticClassID());98 this->subscribeReaction(CoRe::CREngine::CR_PHYSICS_GROUND_WALK, BspEntity::staticClassID()); 99 99 } 100 100
Note: See TracChangeset
for help on using the changeset viewer.