From 4c5b00221c9405c5af06143974fbc6296ebe46b5 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 18 Oct 2010 19:13:58 +0000 Subject: local vstrafe support, initial ship collision, g_damping factor --- src/client/input.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/input.cc') 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; -- cgit v1.2.3