From 7264880b9b27898e78cc5baf2803ec36101d071c Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 13 Nov 2015 08:45:24 +0000 Subject: [PATCH] Added targetLocation, to assist with civilian evasions. --- src/structs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structs.h b/src/structs.h index 179d7cb..0c3e396 100644 --- a/src/structs.h +++ b/src/structs.h @@ -107,6 +107,7 @@ struct Entity { Weapon guns[MAX_FIGHTER_GUNS]; Weapon missiles; long flags; + SDL_Point targetLocation; Entity *target; void (*action)(void); void (*defaultAction)(void);