mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added missing variables to archive
This commit is contained in:
parent
c7c8d4580d
commit
839abf6076
1 changed files with 9 additions and 0 deletions
|
@ -220,6 +220,15 @@ inline void ScriptSlave::Archive(Archiver& arc)
|
|||
m_pCurPath = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
arc.ArchiveInteger(&m_iCurNode);
|
||||
arc.ArchiveFloat(&m_fCurSpeed);
|
||||
arc.ArchiveFloat(&m_fIdealSpeed);
|
||||
arc.ArchiveVector(&m_vIdealPosition);
|
||||
arc.ArchiveVector(&m_vIdealDir);
|
||||
arc.ArchiveFloat(&m_fIdealAccel);
|
||||
arc.ArchiveFloat(&m_fIdealDistance);
|
||||
arc.ArchiveFloat(&m_fLookAhead);
|
||||
}
|
||||
|
||||
class ScriptModel : public ScriptSlave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue