- Timestamp:
- Dec 14, 2011, 2:12:11 PM (13 years ago)
- Location:
- code/branches/presentation2011
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011
- Property svn:mergeinfo changed
/code/branches/menue (added) merged: 8884,8890,8894,8912,8914,8916,8927,8931,8938,8945,8958,8964,8975
- Property svn:mergeinfo changed
-
code/branches/presentation2011/src/orxonox/worldentities/pawns/FpsPlayer.cc
r8858 r8977 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/presentation2011/src/orxonox/worldentities/pawns/FpsPlayer.h
r7163 r8977 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.