Added targetLocation, to assist with civilian evasions.
This commit is contained in:
parent
d58170883d
commit
7264880b9b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue