Changeset 9016 for code/trunk/src/orxonox/controllers/NewHumanController.cc
- Timestamp:
- Feb 15, 2012, 11:51:58 PM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/controllers/NewHumanController.cc
r8858 r9016 291 291 } 292 292 else 293 HumanController::localController_s->getControllableEntity()->fire(firemode); 294 293 HumanController::doFire(firemode); //call for formationflight 295 294 } 296 295 297 296 void NewHumanController::hit(Pawn* originator, btManifoldPoint& contactpoint, float damage) 298 297 { 298 //Used in HumanController for formationFlight 299 HumanController::hit(originator,contactpoint,damage); 300 299 301 if (this->showDamageOverlay_ && !this->controlPaused_ && this->controllableEntity_ && !this->controllableEntity_->isInMouseLook()) 300 302 {
Note: See TracChangeset
for help on using the changeset viewer.