- Timestamp:
- Apr 21, 2016, 4:47:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sagerjFS16/src/orxonox/controllers/NewHumanController.cc
r11170 r11174 276 276 } 277 277 278 void NewHumanController::do Fire(unsigned int firemode)278 void NewHumanController::doPush(unsigned int firemode) 279 279 { 280 280 if (!this->controllableEntity_) … … 291 291 else 292 292 { 293 HumanController::do Fire(firemode); //call for formationflight293 HumanController::doPush(firemode); //call for formationflight 294 294 } 295 295 }
Note: See TracChangeset
for help on using the changeset viewer.