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++; }