- Timestamp:
- May 29, 2011, 11:59:17 PM (14 years ago)
- Location:
- code/branches/presentation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation
- Property svn:mergeinfo changed
/code/branches/hudimprovements (added) merged: 7920,7923,7932
- Property svn:mergeinfo changed
-
code/branches/presentation/src/orxonox/worldentities/pawns/SpaceShip.h
r8648 r8673 88 88 { return this->bBoost_; } 89 89 90 inline float getBoostPower() const 91 { return this->boostPower_; } 92 inline float getInitialBoostPower() const 93 { return this->initialBoostPower_; } 94 95 inline bool isBoostCoolingDown() const 96 { return bBoostCooldown_; } 97 90 98 protected: 91 99 virtual std::vector<PickupCarrier*>* getCarrierChildren(void) const;
Note: See TracChangeset
for help on using the changeset viewer.