From ea2f7655ee441d69ba664e5157693413c36a5b43 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 3 Apr 2001 14:35:56 +0000 Subject: [PATCH] --- source/player/psidle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/player/psidle.cpp b/source/player/psidle.cpp index 276c447f8..462d776f7 100644 --- a/source/player/psidle.cpp +++ b/source/player/psidle.cpp @@ -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)