Set current value = target value when auto completing conditions (hud is inconsistent).

This commit is contained in:
Steve 2016-05-23 09:18:52 +01:00
parent 108a41310c
commit dee2d4eecb
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,8 @@ void completeConditions(void)
{
if (o->isCondition)
{
o->currentValue = o->targetValue;
o->status = OS_COMPLETE;
}
}