Changeset 9867 in orxonox.OLD for branches/new_class_id/src/world_entities
- Timestamp:
- Oct 2, 2006, 11:24:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/world_entity.cc
r9836 r9867 41 41 #include "debug.h" 42 42 43 #include "projectiles/projectile.h" 43 44 44 45 SHELL_COMMAND(model, WorldEntity, loadModel) … … 83 84 84 85 // registering default reactions: 85 /// FIXME this->subscribeReaction(CREngine::CR_OBJECT_DAMAGE, /*CL_WORLD_ENTITY*/ CL_PROJECTILE);86 this->subscribeReaction(CREngine::CR_OBJECT_DAMAGE, /*CL_WORLD_ENTITY*/ Projectile::staticClassID()); 86 87 87 88 this->toList(OM_NULL);
Note: See TracChangeset
for help on using the changeset viewer.