diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2011-03-10 12:55:26 +0000 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2011-03-10 12:55:26 +0000 |
commit | aa0544a73122cd4f18bfcb28e8ddebf348686f5d (patch) | |
tree | d4852b50cf9402fb714d246caa24abbc0e374d97 /Player.cpp | |
parent | c12fcf8e7663c20e2c2c0696fb35a7059b83127a (diff) |
Ensure some variables are initialised
Diffstat (limited to 'Player.cpp')
-rw-r--r-- | Player.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ Player::Player() { health = 100; sprint = false; crouch = 0; + numWeapons = 0; setWeapon(0); } |