Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ship.h')
-rw-r--r--src/game/ship.h5
1 files changed, 5 insertions, 0 deletions
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;