This commit is contained in:
Daveo 2001-05-29 18:40:38 +00:00
parent 66b8f87573
commit a22646985b
14 changed files with 37 additions and 37 deletions

View file

@ -40,7 +40,7 @@ void CNpcLinearPlatform::processMovement( int _frames )
if ( !pathComplete )
{
s16 decDir, incDir;
s16 maxTurnRate = m_data[m_type].turnSpeed;
s16 maxTurnRate = m_dataPtr->turnSpeed;
decDir = m_heading - headingToTarget;