From a143a9e7b5ce7b47f4d2c56b250e089b88a888b5 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sat, 28 Oct 2023 16:45:35 -0600 Subject: Things change color so you know when its on target --- src/entities/antifaShip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entities/antifaShip.h') 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; -- cgit v1.2.3