This commit is contained in:
parent
4d0f75613d
commit
4d465f9a63
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@ void CNpcSquidDartEnemy::processClose( int _frames )
|
||||||
{
|
{
|
||||||
s32 movement;
|
s32 movement;
|
||||||
s32 yAim = playerYDist - 10;
|
s32 yAim = playerYDist - 10;
|
||||||
s32 maxSpeed = 2 * m_data[m_type].speed * _frames;
|
//s32 maxSpeed = m_data[m_type].speed * _frames;
|
||||||
|
s32 maxSpeed = m_speed * _frames;
|
||||||
|
|
||||||
if ( m_attack )
|
if ( m_attack )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue