Changeset 9216 in orxonox.OLD for branches/presentation/src
- Timestamp:
- Jul 5, 2006, 12:32:11 PM (18 years ago)
- Location:
- branches/presentation/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/aiming_system.cc
r9210 r9216 115 115 if( this->owner != killer) 116 116 { 117 PRINTF(0)("real hit: %s\n", killer->getClassName());117 //PRINTF(0)("real hit: %s\n", killer->getClassName()); 118 118 this->selectionList.push_back(killer); 119 119 } -
branches/presentation/src/world_entities/world_entity.cc
r9206 r9216 572 572 */ 573 573 void WorldEntity::reset() 574 {} 574 { 575 this->setHealth( this->getHealthMax() ); 576 } 575 577 576 578 /**
Note: See TracChangeset
for help on using the changeset viewer.