Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2011, 2:43:04 PM (13 years ago)
Author:
willis
Message:

fixed merging some merging bugs and some other bugs…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2011/src/orxonox/controllers/HumanController.cc

    r8992 r9005  
    7878        this->boosting_ = false;
    7979        this->boosting_ = false;
    80         this->tempMaster=NULL;
    8180        HumanController::localController_s = this;
    8281        this->boostingTimeout_.setTimer(HumanController::BOOSTING_TIME, false, createExecutor(createFunctor(&HumanController::terminateBoosting, this)));
    8382        this->boostingTimeout_.stopTimer();
    84         this->state_=FREE;
    8583    }
    8684
Note: See TracChangeset for help on using the changeset viewer.