- Timestamp:
- Dec 16, 2011, 8:36:41 PM (13 years ago)
- Location:
- code/branches/presentation2011
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011
- Property svn:mergeinfo changed
/code/branches/formation (added) merged: 8885,8908,8939,8943,8948,8953,8957,8965,8967,8978,8985,8989-8991
- Property svn:mergeinfo changed
-
code/branches/presentation2011/src/orxonox/controllers/NewHumanController.cc
r8858 r8992 277 277 } 278 278 279 void NewHumanController::doFire(unsigned int firemode) 279 void NewHumanController::doFire(unsigned int firemode)//TODO?? 280 280 { 281 281 if (!this->controllableEntity_) … … 297 297 void NewHumanController::hit(Pawn* originator, btManifoldPoint& contactpoint, float damage) 298 298 { 299 //Used in HumanController for formationFlight 300 HumanController::hit(originator,contactpoint,damage); 301 299 302 if (this->showDamageOverlay_ && !this->controlPaused_ && this->controllableEntity_ && !this->controllableEntity_->isInMouseLook()) 300 303 {
Note: See TracChangeset
for help on using the changeset viewer.