This commit is contained in:
parent
3886ed5d95
commit
1153b9867c
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ void CNpcCartPlatform::render()
|
||||||
|
|
||||||
void CNpcCartPlatform::jump()
|
void CNpcCartPlatform::jump()
|
||||||
{
|
{
|
||||||
if ( !m_inJump )
|
if ( !m_inJump && !m_rebound )
|
||||||
{
|
{
|
||||||
m_inJump = true;
|
m_inJump = true;
|
||||||
m_vertSpeed = -8 << 8;
|
m_vertSpeed = -8 << 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue