Pass capital ship group name to condition and objective check.

This commit is contained in:
Steve 2016-05-14 12:42:47 +01:00
parent a00072e78b
commit 78a0be8b1b
1 changed files with 2 additions and 0 deletions

View File

@ -361,8 +361,10 @@ static void die(void)
}
updateObjective(self->name, TT_DESTROY);
updateObjective(self->groupName, TT_DESTROY);
updateCondition(self->name, TT_DESTROY);
updateCondition(self->groupName, TT_DESTROY);
}
static void handleDisabled(void)