- Timestamp:
- Aug 23, 2011, 12:58:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/weapons/projectiles/SimpleRocket.h
r8855 r8859 122 122 123 123 private: 124 static const float FUEL_PERCENTAGE = 0.8f; //!< Percentage of lifetime the rocket has fuel125 124 static const float FUEL_PERCENTAGE; //!< Percentage of lifetime the rocket has fuel 125 126 126 Vector3 localAngularVelocity_; //!< Variable to temporarily store accumulated steering command input. 127 127 bool fuel_; //!< Bool is true while the rocket "has fuel"
Note: See TracChangeset
for help on using the changeset viewer.