This commit is contained in:
Charles 2001-05-01 19:36:24 +00:00
parent cbf112d17b
commit 8c2034cd84
5 changed files with 42 additions and 6 deletions

View file

@ -698,7 +698,10 @@ void CNpcPlatform::collidedWith( CThing *_thisThing )
{
player->setPlatform( this );
m_contact = true;
if(getHeightFromPlatformAtPosition(playerPos.vx,playerPos.vy)==0)
{
m_contact = true;
}
}
}