- Timestamp:
- Dec 2, 2009, 10:08:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
r6212 r6216 383 383 this->currentYaw_ = 0; 384 384 this->currentPitch_ = 0; 385 if (this->getControllableEntity() && this->getControllableEntity()->getIdentifier()->getName() == "SpaceShip") {386 this->doResumeControl();387 }385 // if (this->getControllableEntity() && this->getControllableEntity()->getIdentifier()->getName() == "SpaceShip") { 386 // this->doResumeControl(); 387 // } 388 388 } 389 389
Note: See TracChangeset
for help on using the changeset viewer.