Changeset 6328 for code/branches/presentation2/src/orxonox/items
- Timestamp:
- Dec 12, 2009, 7:08:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.