- Timestamp:
 - Nov 4, 2009, 5:47:31 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/steering/src/orxonox/controllers/HumanController.h
r5993 r6033 56 56 virtual void pitch(const Vector2& value); 57 57 58 static void fire(unsigned int firemode); 58 static void fire(unsigned int firemode) { HumanController::localController_s->doFire(firemode); } 59 virtual void doFire(unsigned int firemode); 59 60 static void reload(); 60 61 … … 79 80 friend class Map; 80 81 81 pr ivate:82 protected: 82 83 static HumanController* localController_s; 83 84 };  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






