Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-18 19:13:58 +0000
committerStijn Buys <ingar@osirion.org>2010-10-18 19:13:58 +0000
commit4c5b00221c9405c5af06143974fbc6296ebe46b5 (patch)
tree3bbe7fbc47f6238a086260c56964d2d654cf6124 /src/client/input.cc
parent85e3fd447aa3f45ba1dfe063b29a3e13f3416f11 (diff)
local vstrafe support, initial ship collision, g_damping factor
Diffstat (limited to 'src/client/input.cc')
-rw-r--r--src/client/input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/input.cc b/src/client/input.cc
index f9acce0..0412093 100644
--- a/src/client/input.cc
+++ b/src/client/input.cc
@@ -382,7 +382,7 @@ void action_press(Key *key)
local_strafe = -1.0f;
break;
case Action::StrafeUp:
- local_vstrafe = -1.0f;
+ local_vstrafe = 1.0f;
break;
case Action::StrafeDown:
local_vstrafe = -1.0f;