Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6376


Ignore:
Timestamp:
Dec 18, 2009, 12:17:28 AM (14 years ago)
Author:
rgrieder
Message:

Removed some more debug output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc

    r6365 r6376  
    329329            //y is down positive
    330330            relativeHit.normalise();
    331             COUT(0) << relativeHit << endl;
     331//            COUT(0) << relativeHit << endl;
    332332
    333333            float threshold = 0.3;
     
    495495    void NewHumanController::changedControllableEntity()
    496496    {
     497/*
    497498        if( this->getControllableEntity() )
    498499            CCOUT(0) << "changed controllable entity to: " << this->getControllableEntity()->getIdentifier()->getName() << endl;
    499500        else
    500501            CCOUT(0) << "changed controllable entity to: " << this->getControllableEntity() << endl;
     502*/
    501503        this->controlMode_ = 0;
    502504        this->currentYaw_ = 0;
     
    543545    void NewHumanController::doPauseControl() {
    544546        this->controlPaused_ = true;
    545         COUT(0) << "pause control" << endl;
     547//        COUT(0) << "pause control" << endl;
    546548        this->hideOverlays();
    547549    }
Note: See TracChangeset for help on using the changeset viewer.