mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fixed missing m_Thread archive
This commit is contained in:
parent
f0c38305b5
commit
0ee1307e75
1 changed files with 1 additions and 0 deletions
|
@ -810,6 +810,7 @@ void Trigger::Archive(Archiver& arc)
|
|||
SetNoise(Director.GetString(noise).c_str());
|
||||
}
|
||||
Director.ArchiveString(arc, message);
|
||||
m_Thread.Archive(arc);
|
||||
arc.ArchiveSafePointer(&activator);
|
||||
arc.ArchiveInteger(&respondto);
|
||||
arc.ArchiveBoolean(&useTriggerDir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue