This commit is contained in:
parent
a3da3a340c
commit
feee0463d0
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void CPlayerStateSpring::think(CPlayerModeBase *_playerMode)
|
|||
|
||||
_playerMode->advanceAnimFrameAndCheckForEndOfAnim();
|
||||
|
||||
if(m_springFrames<=maxspring)
|
||||
if(m_springFrames<=maxplayerspringframes)
|
||||
{
|
||||
m_springFrames++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue