This commit is contained in:
Charles 2001-06-11 23:22:19 +00:00
parent c616369ec5
commit 4280bdf6f3

View File

@ -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;