From ceedc716cb0fe1e0360d2dd9e37a67ff726c4f0b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 29 Jul 2008 19:36:51 +0000 Subject: first attempt at auto-leveling --- src/game/shipmodel.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game/shipmodel.cc') diff --git a/src/game/shipmodel.cc b/src/game/shipmodel.cc index 6a226f4..8ff182f 100644 --- a/src/game/shipmodel.cc +++ b/src/game/shipmodel.cc @@ -15,9 +15,9 @@ std::map ShipModel::registry; ShipModel::ShipModel() { //default specifications - shipmodel_acceleration = 1.0f; - shipmodel_maxspeed = 3.0f; - shipmodel_turnspeed = 0.1f; + shipmodel_acceleration = 1.0f; // thruster acceleration in game untits/second^2 + shipmodel_maxspeed = 3.0f; // maximum thruster speed in game units/second + shipmodel_turnspeed = 45.0f; // 45 degrees per second shipmodel_jumpdrive = false; } -- cgit v1.2.3