aboutsummaryrefslogtreecommitdiff
path: root/src/entities/antifaShip.h
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-10-28 16:45:35 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-10-28 16:45:35 -0600
commita143a9e7b5ce7b47f4d2c56b250e089b88a888b5 (patch)
treed364daa65d9e3e0b6b415ab47174e237b899f8e4 /src/entities/antifaShip.h
parent60fce38926856e1842aab7c14be99336f34b733f (diff)
Things change color so you know when its on target
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r--src/entities/antifaShip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/antifaShip.h b/src/entities/antifaShip.h
index ce5c71f..50941ca 100644
--- a/src/entities/antifaShip.h
+++ b/src/entities/antifaShip.h
@@ -23,6 +23,7 @@ typedef struct AntifaShip {
Vector3 gunTarget;
bool doAutoTarget;
+ bool isOnTarget;
EntityId targetedEntityId;
EntityFingerprint targetedEntityFingerprint;
} AntifaShip;