diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-28 16:45:35 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-28 16:45:35 -0600 |
commit | a143a9e7b5ce7b47f4d2c56b250e089b88a888b5 (patch) | |
tree | d364daa65d9e3e0b6b415ab47174e237b899f8e4 /src/entities/antifaShip.h | |
parent | 60fce38926856e1842aab7c14be99336f34b733f (diff) |
Things change color so you know when its on target
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r-- | src/entities/antifaShip.h | 1 |
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; |