From feee0463d083119ee39661647c94b42ff006226d Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 1 May 2001 18:46:07 +0000 Subject: [PATCH] --- source/player/psspring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/player/psspring.cpp b/source/player/psspring.cpp index b8b493797..437f3a431 100644 --- a/source/player/psspring.cpp +++ b/source/player/psspring.cpp @@ -94,7 +94,7 @@ void CPlayerStateSpring::think(CPlayerModeBase *_playerMode) _playerMode->advanceAnimFrameAndCheckForEndOfAnim(); - if(m_springFrames<=maxspring) + if(m_springFrames<=maxplayerspringframes) { m_springFrames++; }