This commit is contained in:
parent
3d077927f9
commit
96c70c80c2
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ void CNpcJumpingClamEnemy::processClose( int _frames )
|
|||
if ( !m_animPlaying )
|
||||
{
|
||||
m_animPlaying = true;
|
||||
m_animNo = ANIM_CLAM_SNAPUP;
|
||||
m_animNo = 0;//ANIM_CLAM_SNAPUP;
|
||||
m_frame = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue