Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11141


Ignore:
Timestamp:
Mar 17, 2016, 3:40:22 PM (8 years ago)
Author:
plehmann
Message:

added a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/plehmannFS16/src/orxonox/controllers/ScriptController.cc

    r11083 r11141  
    103103         */
    104104        this->entity_->setDestroyWhenPlayerLeft(false);
    105         this->player_->pauseControl();
     105        // uncomment the next line because i just did that for debug
     106        //this->player_->pauseControl();
    106107        this->entity_->setController(this);
    107108        this->setControllableEntity(this->entity_);
    108109        this->entity_->mouseLook();
    109110        this->entity_->setVisible(false);
     111       
     112        // TODO take the human Controllers control  dont forget to give it back in the destructor
    110113    }
    111114
Note: See TracChangeset for help on using the changeset viewer.