This commit is contained in:
parent
1da64afa81
commit
c7fe8c740b
70 changed files with 302 additions and 445 deletions
|
@ -80,8 +80,9 @@ void CPlayerModeCart::think()
|
|||
|
||||
if ( platform )
|
||||
{
|
||||
newPos.vx = platform->getPos().vx;
|
||||
newPos.vy = platform->getPos().vy;
|
||||
newPos=platform->getPos();
|
||||
// newPos.vx = platform->getPos().vx;
|
||||
// newPos.vy = platform->getPos().vy;
|
||||
|
||||
int platformOffset = ( ( CNpcPlatform* ) platform )->getHeightFromPlatformAtPosition( newPos.vx, newPos.vy );
|
||||
s16 angle = ( ( CNpcPlatform * ) platform )->getCollisionAngle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue