aboutsummaryrefslogtreecommitdiff
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h
index dfc38a4..a7e442d 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -120,6 +120,7 @@ typedef struct Entity {
// Health is a percent from 1.0 to 0.0.
float health;
+ bool killedByPlayer;
EntityCollision collision;