When returning to a mission, use the full target value.
This commit is contained in:
parent
15043e7776
commit
ce9db25ed7
|
@ -52,7 +52,7 @@ void initObjectives(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (o->required && world.isReturnVisit)
|
||||
if (world.isReturnVisit)
|
||||
{
|
||||
o->targetValue = o->totalValue;
|
||||
o->required = 0;
|
||||
|
|
Loading…
Reference in New Issue