This commit is contained in:
Charles 2001-08-01 13:58:59 +00:00
parent 3886ed5d95
commit 1153b9867c

View File

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