This commit is contained in:
Charles 2001-07-20 15:06:00 +00:00
parent 25839e5bc4
commit 42fa858ad5

View File

@ -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