scripted_sequence: Report state value to multisources.
This commit is contained in:
parent
b3ba711bab
commit
d8ce029466
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue