This commit is contained in:
Charles 2001-08-14 18:46:33 +00:00
parent dc575c2ed2
commit 8a4fea8d7a
3 changed files with 8 additions and 1 deletions

View file

@ -350,7 +350,7 @@ void CNpcCartPlatform::render()
void CNpcCartPlatform::jump()
{
if ( !m_inJump && !m_rebound )
if ( !m_inJump && !m_rebound && m_trackContact )
{
m_inJump = true;
m_vertSpeed = -8 << 8;