Fix serialization failure.

This was SVN commit r12941.
This commit is contained in:
leper 2012-12-04 16:59:08 +00:00
parent 5e6c845f4d
commit a923cdd139

View File

@ -337,6 +337,8 @@ public:
serialize.NumberFixed_Unbounded("speed", m_Speed);
serialize.Bool("moving", m_Moving);
SerializeVector<SerializeWaypoint>()(serialize, "long path", m_LongPath.m_Waypoints);
SerializeVector<SerializeWaypoint>()(serialize, "short path", m_ShortPath.m_Waypoints);