Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 27, 2015, 10:15:01 PM (9 years ago)
Author:
landauf
Message:

more cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weaponFS15/src/modules/objects/ForceField.h

    r10601 r10602  
    160160            const std::string& getMode(void); //!< Get the mode of the ForceField.
    161161
     162            //! Strings to represent the modes.
    162163            static const std::string modeTube_s;
    163164            static const std::string modeSphere_s;
    164165            static const std::string modeInvertedSphere_s;
    165166            static const std::string modeNewtonianGravity_s;
    166 
    167167            static const std::string modeHomogen_s;
    168168
    169169        private:
    170             //! Strings to represent the modes.
    171 
    172 
    173170            float velocity_; //!< The velocity of the ForceField.
    174171            float radius_; //!< The radius of the ForceField.
Note: See TracChangeset for help on using the changeset viewer.