Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2009, 5:47:31 PM (15 years ago)
Author:
wirthmi
Message:

Added the ability to raytrace on fire to find the object to user wants to aim at.

File:
1 edited

Legend:

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

    r5993 r6033  
    5656            virtual void pitch(const Vector2& value);
    5757
    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);
    5960            static void reload();
    6061
     
    7980            friend class Map;
    8081
    81         private:
     82        protected:
    8283            static HumanController* localController_s;
    8384    };
Note: See TracChangeset for help on using the changeset viewer.