diff options
Diffstat (limited to 'src/Person.h')
-rw-r--r-- | src/Person.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Person.h b/src/Person.h index aa3a53e..840876d 100644 --- a/src/Person.h +++ b/src/Person.h @@ -53,6 +53,7 @@ class Person XYZ facing; XYZ velocity; float shotdelay; + bool firing; bool litup; bool existing; @@ -77,7 +78,7 @@ class Person float speed; bool aiming; - int grenphase; + bool grenphase; float grenamount; float aimamount; float speedmult; |