aboutsummaryrefslogtreecommitdiff
path: root/sons_of_sol/PlayerShip.hpp
diff options
context:
space:
mode:
authorJosh Rahm <joshua.rahm@colorado.edu>2013-12-10 20:06:37 -0700
committerJosh Rahm <joshua.rahm@colorado.edu>2013-12-10 20:06:37 -0700
commit80199c0ef697c6b2d8309c2dcf2e4e466f528d13 (patch)
tree0763041feaf7477837e395270ca1b93360061137 /sons_of_sol/PlayerShip.hpp
parent914453d28dbb16d47be19a1fd45c0213bbfb2e8d (diff)
downloadSonsOfSol-80199c0ef697c6b2d8309c2dcf2e4e466f528d13.tar.gz
SonsOfSol-80199c0ef697c6b2d8309c2dcf2e4e466f528d13.tar.bz2
SonsOfSol-80199c0ef697c6b2d8309c2dcf2e4e466f528d13.zip
fixed bug in PlayerShip.hpp
Diffstat (limited to 'sons_of_sol/PlayerShip.hpp')
-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 ){}