This commit is contained in:
parent
c616369ec5
commit
4280bdf6f3
1 changed files with 0 additions and 6 deletions
|
@ -640,12 +640,6 @@ void CPlayerModeBase::jump()
|
||||||
{
|
{
|
||||||
if ( platform->isCart() )
|
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();
|
platform->jump();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue