Changeset 10013 in orxonox.OLD for trunk/src/world_entities/space_ships/spacecraft_2d.cc
- Timestamp:
- Dec 4, 2006, 6:42:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/spacecraft_2d.cc
r9869 r10013 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.