Now automatically checking trophies based on star system name.

This commit is contained in:
Steve 2016-03-09 15:54:25 +00:00
parent ba5260104a
commit 25101c0f1d
2 changed files with 0 additions and 3 deletions

View File

@ -61,8 +61,6 @@ Mission *loadMissionMeta(char *filename)
mission->requires = getJSONValue(root, "requires", 0);
mission->trophyId = getJSONValueStr(root, "trophyId", NULL);
if (cJSON_GetObjectItem(root, "epic"))
{
mission->epic = 1;

View File

@ -267,7 +267,6 @@ struct Mission {
char pilot[MAX_NAME_LENGTH];
char squadron[MAX_NAME_LENGTH];
char craft[MAX_NAME_LENGTH];
char trophyId[MAX_NAME_LENGTH];
int available;
int completed;
int completedChallenges;