Changeset 7095 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Feb 7, 2006, 5:36:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r7092 r7095 252 252 void SpaceShip::setAbsDirPlay(const Quaternion& quat) 253 253 { 254 this->mouseDir = Quaternion(quat);254 this->mouseDir = quat; 255 255 } 256 256
Note: See TracChangeset
for help on using the changeset viewer.