Changeset 697 for code/branches/FICN/src/orxonox/objects/Fighter.cc
- Timestamp:
- Dec 27, 2007, 5:06:55 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/Fighter.cc
r668 r697 47 47 RegisterObject(Fighter); 48 48 49 SetConfigValue(bInvertMouse_, false);49 this->setConfigValues(); 50 50 51 51 this->setMouseEventCallback_ = false; … … 104 104 } 105 105 106 void Fighter::setConfigValues() 107 { 108 SetConfigValue(bInvertMouse_, false); 109 } 110 106 111 void Fighter::setMaxSpeedValues(float maxSpeedForward, float maxSpeedRotateUpDown, float maxSpeedRotateRightLeft, float maxSpeedLoopRightLeft) 107 112 {
Note: See TracChangeset
for help on using the changeset viewer.