This commit is contained in:
Paul 2001-04-03 14:35:56 +00:00
parent df54d83d44
commit ea2f7655ee

View File

@ -285,7 +285,7 @@ static IdleAnims s_coralBlowerIdleAnims[]=
// start frame loop frame end frame loop count
{ -1, ANIM_SPONGEBOB_IDLEBREATH, -1, 4 }, // default
{ -1, ANIM_SPONGEBOB_IDLEBREATH, -1, 10 },
{ -1, ANIM_SPONGEBOB_IDLEWEAPON, -1, 1 },
// { -1, ANIM_SPONGEBOB_IDLEWEAPON, -1, 1 },
};
static int s_numCoralBlowerIdleAnims=sizeof(s_coralBlowerIdleAnims)/sizeof(IdleAnims);
IdleAnims *CPlayerStateCoralBlowerIdle::getIdleAnimsDb(int _animNo)