Changeset 9975 in orxonox.OLD for branches/playability/src/world_entities/space_ships
- Timestamp:
- Nov 29, 2006, 5:15:10 PM (18 years ago)
- Location:
- branches/playability/src/world_entities/space_ships
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r9970 r9975 691 691 692 692 } 693 694 void SpaceShip::enterPlaymode(Playable::Playmode playmode) 695 { 696 } 697 698 void SpaceShip::movement (float dt) 699 { 700 } -
branches/playability/src/world_entities/space_ships/space_ship.h
r9971 r9975 151 151 float rotation; 152 152 153 / *153 // FIXME until other fixme removal needed 154 154 Quaternion mouseDir; //!< the direction where the player wants to fly 155 155 Quaternion oldMouseDir; //!< the direction where the player wanted to fly … … 159 159 Quaternion pitchDir; 160 160 float dogdeSpeed; //!< the dogde Speed of the ship. 161 */161 // FIXME 162 162 163 163 Quaternion direction; //!< the direction of the ship.
Note: See TracChangeset
for help on using the changeset viewer.