From 581ea4aaf1acefa663446faa32a480bbcc3e084c Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Wed, 15 Nov 2023 16:25:54 -0700 Subject: Kill log only shows stuff you killed --- src/entity.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entity.h') 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; -- cgit v1.2.3