This commit is contained in:
parent
82f4c17dc0
commit
02bc945c1b
@ -160,7 +160,7 @@ bool CNpcSquidDartEnemy::processSensor()
|
||||
void CNpcSquidDartEnemy::processClose( int _frames )
|
||||
{
|
||||
s32 movement;
|
||||
s32 yAim = playerYDist - 10;
|
||||
s32 yAim = playerYDist - 40;
|
||||
//s32 maxSpeed = m_data[m_type].speed * _frames;
|
||||
s32 maxSpeed = m_speed * _frames;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user