summaryrefslogtreecommitdiff
path: root/Player.cpp
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2011-03-10 12:55:26 +0000
committerLuke Bratch <l_bratch@yahoo.co.uk>2011-03-10 12:55:26 +0000
commitaa0544a73122cd4f18bfcb28e8ddebf348686f5d (patch)
treed4852b50cf9402fb714d246caa24abbc0e374d97 /Player.cpp
parentc12fcf8e7663c20e2c2c0696fb35a7059b83127a (diff)
Ensure some variables are initialised
Diffstat (limited to 'Player.cpp')
-rw-r--r--Player.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Player.cpp b/Player.cpp
index 5995e4f..9ab733e 100644
--- a/Player.cpp
+++ b/Player.cpp
@@ -5,6 +5,7 @@ Player::Player() {
health = 100;
sprint = false;
crouch = 0;
+ numWeapons = 0;
setWeapon(0);
}