- Timestamp:
- Apr 21, 2016, 3:33:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sagerjFS16/src/orxonox/controllers/NewHumanController.cc
r11166 r11170 285 285 if (firemode == 1 && this->controlMode_ == 1) 286 286 { 287 orxout() << "do fire nhc if " << firemode << endl;288 287 //unlocked steering, steer on right mouse click 289 288 HumanController::yaw(Vector2(this->currentYaw_, 0)); … … 292 291 else 293 292 { 294 orxout() << "do fire nhc else " << firemode << endl;295 293 HumanController::doFire(firemode); //call for formationflight 296 294 } … … 299 297 void NewHumanController::doRelease(unsigned int firemode) 300 298 { 301 orxout() << "do release nhc" << firemode << endl;302 299 if (!this->controllableEntity_) 303 300 return;
Note: See TracChangeset
for help on using the changeset viewer.