This commit is contained in:
parent
9846fa1cc9
commit
3cb884bad7
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ void CNpcMotherJellyfishEnemy::processMovement( int _frames )
|
||||||
|
|
||||||
if ( abs( distX ) > 10 || abs( distY ) > 10 )
|
if ( abs( distX ) > 10 || abs( distY ) > 10 )
|
||||||
{
|
{
|
||||||
processGenericGotoTarget( _frames, distX, distY, m_speed );
|
processGenericGotoTarget( _frames, distX, distY, 1 );//m_speed );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue