This commit is contained in:
parent
00e017b62d
commit
4c64c9ed4e
25 changed files with 58 additions and 40 deletions
|
@ -174,7 +174,7 @@ void CNpcIronDogfishEnemy::processStandardIronDogfishAttack( int _frames )
|
|||
m_frame = 0;
|
||||
}
|
||||
|
||||
processWalkToUser( _frames, m_data[m_type].speed );
|
||||
processWalkToUser( _frames, m_speed );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -235,7 +235,7 @@ void CNpcIronDogfishEnemy::processStandardIronDogfishAttack( int _frames )
|
|||
m_frame = 0;
|
||||
}
|
||||
|
||||
processWalkToUser( _frames, m_data[m_type].speed );
|
||||
processWalkToUser( _frames, m_speed );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue