aboutsummaryrefslogtreecommitdiff
path: root/sons_of_sol
diff options
context:
space:
mode:
Diffstat (limited to 'sons_of_sol')
-rw-r--r--sons_of_sol/PlayerShip.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sons_of_sol/PlayerShip.hpp b/sons_of_sol/PlayerShip.hpp
index 5cdff10..b87e731 100644
--- a/sons_of_sol/PlayerShip.hpp
+++ b/sons_of_sol/PlayerShip.hpp
@@ -32,9 +32,13 @@ public:
m_dpitch( 0 ),
m_dyaw( 0 ),
m_droll( 0 ),
+ m_droll_to( 0 ),
m_dforward( 0 ),
+ m_dforward_to( 0 ),
m_dup( 0 ),
+ m_dup_to( 0 ),
m_dright( 0 ),
+ m_dright_to( 0 ),
m_jitter( 0 ),
m_is_firing( false ){}