Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2015, 4:42:14 PM (9 years ago)
Author:
gania
Message:

CommonController now has static methods only. Replace with a namespace?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/FlyingController.h

    r10875 r10877  
    3535namespace orxonox
    3636{   
    37     const float SPEED = 0.9f/0.02f;
    38     const float ROTATEFACTOR = 0.6f/0.02f;
    3937    namespace FormationMode
    4038    {
     
    4543    }
    4644
    47    
    48 
    4945    class _OrxonoxExport FlyingController : public CommonController
    5046    {
    5147
    5248        public:
     49            static const float SPEED = 0.9f/0.02f;
     50            static const float ROTATEFACTOR = 0.6f/0.02f;
     51 
    5352            FlyingController(Context* context);
    5453            virtual ~FlyingController();
Note: See TracChangeset for help on using the changeset viewer.