From 0522e53d908100622900447cd41a8c7aafee299c Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 11 Nov 2015 21:56:31 +0000 Subject: [PATCH] Added extraction point entity ref to Battle. --- src/structs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structs.h b/src/structs.h index 820eeac..179d7cb 100644 --- a/src/structs.h +++ b/src/structs.h @@ -240,6 +240,7 @@ typedef struct { int missionFinishedTimer; int numObjectivesComplete, numObjectivesTotal; Entity *missionTarget; + Entity *extractionPoint; SDL_Texture *background, *planetTexture; PointF planet; Entity entityHead, *entityTail;