Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2012, 9:06:02 AM (12 years ago)
Author:
landauf
Message:

I think this implementation of the hit() function rather belongs to FormationController than to HumanController

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/controllers/HumanController.h

    r9016 r9256  
    7474            void keepBoosting(void);
    7575            void terminateBoosting(void);
    76                  
     76
    7777
    7878            static void greet();
     
    8888            static void toggleFormationFlight();
    8989            static void FFChangeMode();
    90             virtual void hit(Pawn* originator, btManifoldPoint& contactpoint, float damage);
    91 
    9290
    9391            static void addBots(unsigned int amount);
     
    108106            static HumanController* localController_s;
    109107            bool controlPaused_;
    110        
     108
    111109        private:
    112110            bool boosting_; // Whether the HumanController is in boosting mode or not.
Note: See TracChangeset for help on using the changeset viewer.