Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2016, 8:47:51 PM (9 years ago)
Author:
landauf
Message:

fixed compiler error (MSVC): static members with non-integral type must be initialized in the .cc file
using upper-case letters for constants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/orxonox/controllers/CommonController.h

    r11026 r11028  
    4545
    4646        public:
    47             static const float hardcoded_projectile_speed = 750;        //<! FightingController uses it to predict enemy position
     47            static const float HARDCODED_PROJECTILE_SPEED; //<! FightingController uses it to predict enemy position
    4848
    4949            CommonController(Context* context);
Note: See TracChangeset for help on using the changeset viewer.