Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2017, 12:23:21 AM (7 years ago)
Author:
patricwi
Message:

reverted commit from merge with tgidronFS16 because failed to compile

Location:
code/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/modules/weapons/weaponmodes/HsW01.cc

    r11493 r11495  
    8585        XMLPortParam(HsW01, "projectileMesh", setMesh, getMesh, xmlelement, mode);
    8686        XMLPortParam(HsW01, "sound", setSound, getSound, xmlelement, mode);
    87         XMLPortParam(HsW01, "speed", setSpeed, getSpeed, xmlelement, mode);
    8887    }
    8988
  • code/trunk/src/modules/weapons/weaponmodes/HsW01.h

    r11493 r11495  
    112112            void muzzleflash();
    113113
    114             /**
    115             @brief Set the firing speed.
    116             @param speed The speed of the shot
    117             */
    118 
    119             void setSpeed(const float speed)
    120                 { this->speed_ = speed; }
    121 
    122             /**
    123             @brief Get the firing speed.
    124             @return Returns the speed of the shot
    125             */
    126 
    127             const float getSpeed() const
    128                 { return this->speed_; }
    129 
    130114            std::string material_; //!< The material.
    131115            std::string mesh_; //!< The mesh.
Note: See TracChangeset for help on using the changeset viewer.