Changeset 8975 for code/branches/menue/src/orxonox/worldentities
- Timestamp:
- Dec 14, 2011, 1:39:43 PM (13 years ago)
- Location:
- code/branches/menue/src/orxonox/worldentities/pawns
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/menue/src/orxonox/worldentities/pawns/FpsPlayer.cc
r8858 r8975 270 270 } 271 271 272 void FpsPlayer::boost( ) //acctually jump272 void FpsPlayer::boost(bool bBoost) //acctually jump 273 273 { 274 274 if (this->isFloor_) -
code/branches/menue/src/orxonox/worldentities/pawns/FpsPlayer.h
r7163 r8975 65 65 { return this->meshSrc_; } 66 66 67 void boost( ); //acctually jump67 void boost(bool bBoost); //acctually jump 68 68 69 69 virtual void fire();
Note: See TracChangeset
for help on using the changeset viewer.