Added extraction point entity ref to Battle.
This commit is contained in:
parent
0cc3ad0078
commit
0522e53d90
|
@ -240,6 +240,7 @@ typedef struct {
|
|||
int missionFinishedTimer;
|
||||
int numObjectivesComplete, numObjectivesTotal;
|
||||
Entity *missionTarget;
|
||||
Entity *extractionPoint;
|
||||
SDL_Texture *background, *planetTexture;
|
||||
PointF planet;
|
||||
Entity entityHead, *entityTail;
|
||||
|
|
Loading…
Reference in New Issue