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-17 17:19:03 +0000
committerStijn Buys <ingar@osirion.org>2010-10-17 17:19:03 +0000
commitd6e4c4e7c2b1e28961f1dfe2f25ef96ced60b21b (patch)
tree63744dff093a8b23f65d9c68b922b678805647d9 /src/game/base/ship.h
parentea6e6bb769d713ac55114c1940626f13e384ebed (diff)
core bullet physics support,
initial vstrafe support
Diffstat (limited to 'src/game/base/ship.h')
-rw-r--r--src/game/base/ship.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/base/ship.h b/src/game/base/ship.h
index 1114df2..1f4f743 100644
--- a/src/game/base/ship.h
+++ b/src/game/base/ship.h
@@ -40,7 +40,7 @@ public:
void initiate_jump(JumpPoint *depart);
/// void reset drive controls
- void reset();
+ virtual void reset();
/// explode the ship
void explode();
@@ -62,6 +62,7 @@ private:
float current_target_pitch;
float current_target_roll;
float current_target_strafe;
+ float current_target_vstrafe;
float current_target_afterburner;
bool ship_jumpdrive;