- Timestamp:
- Mar 17, 2016, 3:40:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/plehmannFS16/src/orxonox/controllers/ScriptController.cc
r11083 r11141 103 103 */ 104 104 this->entity_->setDestroyWhenPlayerLeft(false); 105 this->player_->pauseControl(); 105 // uncomment the next line because i just did that for debug 106 //this->player_->pauseControl(); 106 107 this->entity_->setController(this); 107 108 this->setControllableEntity(this->entity_); 108 109 this->entity_->mouseLook(); 109 110 this->entity_->setVisible(false); 111 112 // TODO take the human Controllers control dont forget to give it back in the destructor 110 113 } 111 114
Note: See TracChangeset
for help on using the changeset viewer.