Changeset 9609 in orxonox.OLD for branches/proxy/src/world_entities/space_ships
- Timestamp:
- Jul 30, 2006, 11:17:43 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/space_ships/hover.cc
r9549 r9609 282 282 this->movement(dt); 283 283 this->rotorCycle += this->rotorSpeed * dt; 284 285 this->debugNode(1);286 284 } 287 285 … … 332 330 this->shiftCoor (this->velocity * dt); 333 331 334 332 // limit the maximum rotation speed. 335 333 if (this->rotation != 0.0f) 336 334 {
Note: See TracChangeset
for help on using the changeset viewer.