Add 'saw' motion function

This commit is contained in:
Simon Detheridge
2015-06-22 14:50:43 +01:00
parent 957779639f
commit 1a37504b09
4 changed files with 10 additions and 2 deletions

View File

@ -1073,6 +1073,8 @@ private:
xform.m_MotionFunc = MOTION_TRIANGLE;
else if (!_stricmp("hill", attStr))
xform.m_MotionFunc = MOTION_HILL;
else if (!_stricmp("saw", attStr))
xform.m_MotionFunc = MOTION_SAW;
else
{
xform.m_MotionFunc = MOTION_SIN;