Changeset 8651 for code/branches/presentation/src/orxonox
- Timestamp:
- May 28, 2011, 10:11:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/worldentities/pawns/SpaceShip.cc
r8648 r8651 118 118 XMLPortParamVariable(SpaceShip, "boostRate", boostRate_, xmlelement, mode); 119 119 XMLPortParamVariable(SpaceShip, "boostCooldownDuration", boostCooldownDuration_, xmlelement, mode); 120 120 XMLPortParamVariable(SpaceShip, "shakeFrequency", shakeFrequency_, xmlelement, mode); 121 121 XMLPortParamVariable(SpaceShip, "shakeAmplitude", shakeAmplitude_, xmlelement, mode); 122 122 XMLPortParamVariable(SpaceShip, "lift", lift_, xmlelement, mode); 123 123 XMLPortParamVariable(SpaceShip, "stallSpeed", stallSpeed_, xmlelement, mode); 124 124
Note: See TracChangeset
for help on using the changeset viewer.