When returning to a mission, use the full target value.

This commit is contained in:
Steve 2018-03-25 15:28:20 +01:00
parent 15043e7776
commit ce9db25ed7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void initObjectives(void)
}
}
if (o->required && world.isReturnVisit)
if (world.isReturnVisit)
{
o->targetValue = o->totalValue;
o->required = 0;