From e6272cd7d356bbb047dcaebb03ae217235e1e13f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 24 Aug 2008 21:36:39 +0000 Subject: afterburner/reverse/strafe --- src/game/ship.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game/ship.h') diff --git a/src/game/ship.h b/src/game/ship.h index 16c0c14..e85a0ad 100644 --- a/src/game/ship.h +++ b/src/game/ship.h @@ -33,12 +33,17 @@ public: /// toggle impulse drive activation void impulse(); + /// void reset drive controls + void reset(); + private: ShipModel *ship_shipmodel; float current_target_direction; float current_target_pitch; float current_target_roll; + float current_target_strafe; + float current_target_afterburner; bool ship_jumpdrive; float ship_jumpdrive_timer; -- cgit v1.2.3