Changeset 10012 in orxonox.OLD for branches/coll_rect.merge/src/world_entities
- Timestamp:
- Dec 4, 2006, 5:32:59 PM (18 years ago)
- Location:
- branches/coll_rect.merge/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/coll_rect.merge/src/world_entities/npcs/attractor_mine.cc
r9869 r10012 62 62 63 63 this->setDamage(30.0f); 64 this->subscribeReaction(CoRe::CREngine::CR_OBJECT_DAMAGE, Playable::staticClassID()); 64 65 65 66 -
branches/coll_rect.merge/src/world_entities/space_ships/spacecraft_2d.cc
r9869 r10012 221 221 registerVar( new SynchronizeableFloat( &rotation, &rotation, "rotation", PERMISSION_OWNER ) ); 222 222 223 223 this->setDamage( 1000.0f); 224 this->subscribeReaction(CoRe::CREngine::CR_OBJECT_DAMAGE, WorldEntity::staticClassID()); 224 225 225 226 }
Note: See TracChangeset
for help on using the changeset viewer.