From 074d3872f8e10112b3c1c539d3bc8cb80807834c Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 10 Jun 2001 00:04:26 +0000 Subject: [PATCH] --- source/player/panimsfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/player/panimsfx.cpp b/source/player/panimsfx.cpp index 20b3a2700..d256afb60 100644 --- a/source/player/panimsfx.cpp +++ b/source/player/panimsfx.cpp @@ -162,7 +162,7 @@ const CPlayer::AnimSfx CPlayer::s_animSfx[]= { ANIM_SPONGEBOB_WALK, s_walkCount, s_walkSfx }, { ANIM_SPONGEBOB_SWIPE, s_swipeCount, s_swipeSfx }, }; -const int CPlayer::s_numAnimSfx=11; // Grrrrrrrr! (pkg) +const int CPlayer::s_numAnimSfx=10; // Grrrrrrrr! (pkg) /*===========================================================================