This commit is contained in:
parent
82f4c17dc0
commit
02bc945c1b
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ bool CNpcSquidDartEnemy::processSensor()
|
||||||
void CNpcSquidDartEnemy::processClose( int _frames )
|
void CNpcSquidDartEnemy::processClose( int _frames )
|
||||||
{
|
{
|
||||||
s32 movement;
|
s32 movement;
|
||||||
s32 yAim = playerYDist - 10;
|
s32 yAim = playerYDist - 40;
|
||||||
//s32 maxSpeed = m_data[m_type].speed * _frames;
|
//s32 maxSpeed = m_data[m_type].speed * _frames;
|
||||||
s32 maxSpeed = m_speed * _frames;
|
s32 maxSpeed = m_speed * _frames;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue