This commit is contained in:
parent
c616369ec5
commit
4280bdf6f3
@ -640,12 +640,6 @@ void CPlayerModeBase::jump()
|
||||
{
|
||||
if ( platform->isCart() )
|
||||
{
|
||||
/*Pos.vx = platform->getPos().vx;
|
||||
Pos.vy = platform->getPos().vy;
|
||||
|
||||
int platformOffset = ( ( CNpcPlatform* ) platform )->getHeightFromPlatformAtPosition( Pos.vx, Pos.vy );
|
||||
Pos.vy += platformOffset;*/
|
||||
|
||||
platform->jump();
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user