scripted_sequence: Report state value to multisources.

This commit is contained in:
Marco Cawthorne 2020-08-09 12:55:38 +02:00
parent b3ba711bab
commit d8ce029466

View file

@ -152,6 +152,9 @@ scripted_sequence::Trigger(int unused)
f.m_strRouteEnded = m_strTarget;
}
/* mark us as having been used, for multisources. */
m_iValue = TRUE;
/* mark the state */
f.m_iSequenceState = SEQUENCESTATE_ACTIVE;