Changeset 6966 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Feb 1, 2006, 6:43:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6959 r6966 796 796 { 797 797 this->decreaseHealth( energy ); 798 } 799 800 801 798 if( this->getHealth() <= 0) 799 { 800 this->die(); 801 } 802 } 803 804 805
Note: See TracChangeset
for help on using the changeset viewer.