Changeset 9868 in orxonox.OLD for branches/new_class_id/src/world_entities
- Timestamp:
- Oct 2, 2006, 11:43:08 PM (18 years ago)
- Location:
- branches/new_class_id/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/projectiles/rail_projectile.cc
r9758 r9868 39 39 this->registerObject(this, RailProjectile::_objectList); 40 40 41 this->loadModel("models/projectiles/laser _projectile.obj", 100);41 this->loadModel("models/projectiles/laser.obj", 1); 42 42 43 43 this->setMinEnergy(10); -
branches/new_class_id/src/world_entities/world_entity.cc
r9867 r9868 84 84 85 85 // registering default reactions: 86 this->subscribeReaction(CREngine::CR_OBJECT_DAMAGE, /* CL_WORLD_ENTITY*/ Projectile::staticClassID());86 this->subscribeReaction(CREngine::CR_OBJECT_DAMAGE, /* WorldEntity::staticClassID(), */ Projectile::staticClassID()); 87 87 88 88 this->toList(OM_NULL);
Note: See TracChangeset
for help on using the changeset viewer.