Added extraction point entity ref to Battle.

This commit is contained in:
Steve 2015-11-11 21:56:31 +00:00
parent 0cc3ad0078
commit 0522e53d90
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ typedef struct {
int missionFinishedTimer;
int numObjectivesComplete, numObjectivesTotal;
Entity *missionTarget;
Entity *extractionPoint;
SDL_Texture *background, *planetTexture;
PointF planet;
Entity entityHead, *entityTail;