Changeset 10012 in orxonox.OLD for branches/coll_rect.merge/src/world_entities/space_ships
- Timestamp:
- Dec 4, 2006, 5:32:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.