Changeset 6044 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc
- Timestamp:
- Dec 11, 2005, 2:07:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.cc
r6034 r6044 117 117 bFire = false; 118 118 xMouse = yMouse = 0; 119 mouseSensitivity = 0.001; 120 airViscosity = 1.0; 121 119 mouseSensitivity = 0.005; 120 airViscosity = 0.1; 122 121 cycle = 0.0; 123 122
Note: See TracChangeset
for help on using the changeset viewer.