Changeset 9232 in orxonox.OLD for branches/presentation
- Timestamp:
- Jul 5, 2006, 2:22:10 PM (18 years ago)
- Location:
- branches/presentation/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9229 r9232 130 130 131 131 // this->addWeapon(wpLeft, 1, 0); 132 this->addWeapon(wpRight,1, 0); 132 if( State::isOnline()) 133 this->addWeapon(wpRight,1, 0); 133 134 this->getWeaponManager().changeWeaponConfig(1); 134 135 -
branches/presentation/src/world_entities/world_entity.cc
r9216 r9232 745 745 this->decreaseHealth(damage); 746 746 747 PRINTF( 0)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax());747 PRINTF(5)("Hit me: %s now only %f/%f health\n", this->getClassName(), this->getHealth(), this->getHealthMax()); 748 748 749 749 if( this->getHealth() > 0)
Note: See TracChangeset
for help on using the changeset viewer.