summary refs log tree commit diff
path: root/src/Person.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Person.h')
-rw-r--r--src/Person.h3
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;