Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 23, 2011, 12:58:21 AM (13 years ago)
Author:
landauf
Message:

fixed build for MSVC: "only static const integral data members can be initialized within a class"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/weapons/projectiles/SimpleRocket.h

    r8855 r8859  
    122122
    123123        private:
    124             static const float FUEL_PERCENTAGE = 0.8f; //!< Percentage of lifetime the rocket has fuel
    125            
     124            static const float FUEL_PERCENTAGE; //!< Percentage of lifetime the rocket has fuel
     125
    126126            Vector3 localAngularVelocity_; //!< Variable to temporarily store accumulated steering command input.
    127127            bool fuel_; //!< Bool is true while the rocket "has fuel"
Note: See TracChangeset for help on using the changeset viewer.