Changeset 6328
- Timestamp:
- Dec 12, 2009, 7:08:51 PM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc
r6320 r6328 62 62 , crossHairOverlay_(NULL) 63 63 , centerOverlay_(NULL) 64 , arrowsOverlay1_(NULL)65 , arrowsOverlay2_(NULL)66 , arrowsOverlay3_(NULL)67 , arrowsOverlay4_(NULL)68 64 , damageOverlayTop_(NULL) 69 65 , damageOverlayRight_(NULL) … … 71 67 , damageOverlayLeft_(NULL) 72 68 , damageOverlayTT_(0) 69 , arrowsOverlay1_(NULL) 70 , arrowsOverlay2_(NULL) 71 , arrowsOverlay3_(NULL) 72 , arrowsOverlay4_(NULL) 73 73 { 74 74 RegisterObject(NewHumanController); -
code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc
r6327 r6328 115 115 { 116 116 if (this->getShip()->hasLocalController()) 117 this->steeringDirectionZ_ = this->getDirection().z;117 this->steeringDirectionZ_ = (int)this->getDirection().z; 118 118 if (GameMode::isMaster()) 119 119 {
Note: See TracChangeset
for help on using the changeset viewer.