This commit is contained in:
parent
25839e5bc4
commit
42fa858ad5
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ void CNpcSharkManEnemy::processClose( int _frames )
|
||||||
m_animNo = ANIM_MANRAY_ATTACK;
|
m_animNo = ANIM_MANRAY_ATTACK;
|
||||||
m_frame = 0;
|
m_frame = 0;
|
||||||
}
|
}
|
||||||
else if ( ( ( m_frame >> 8 ) > ( ( 3 * getFrameCount() ) >> 2 ) ) && !m_fired )
|
else if ( ( ( m_frame >> 8 ) > ( ( 2 * getFrameCount() ) >> 2 ) ) && !m_fired )
|
||||||
{
|
{
|
||||||
// fire
|
// fire
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue