Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2015, 12:53:08 PM (9 years ago)
Author:
maxima
Message:

weaponFS15 branch merged to presentation. spaceshipFS15 has GravityBomb on mode 2

Location:
code/branches/presentationFS15
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationFS15

  • code/branches/presentationFS15/src/modules/objects/ForceField.h

    r9939 r10486  
    160160            const std::string& getMode(void); //!< Get the mode of the ForceField.
    161161
     162            static const std::string modeTube_s;
     163                        static const std::string modeSphere_s;
     164                        static const std::string modeInvertedSphere_s;
     165                        static const std::string modeNewtonianGravity_s;
     166
     167                        static const std::string modeHomogen_s;
     168
    162169        private:
    163170            //! Strings to represent the modes.
    164             static const std::string modeTube_s;
    165             static const std::string modeSphere_s;
    166             static const std::string modeInvertedSphere_s;
    167             static const std::string modeNewtonianGravity_s;
    168171
    169             static const std::string modeHomogen_s;
    170172
    171173            float velocity_; //!< The velocity of the ForceField.
Note: See TracChangeset for help on using the changeset viewer.