This commit is contained in:
Charles 2001-04-25 16:18:52 +00:00
parent 1c5929ca5e
commit 7f75195e1a
4 changed files with 54 additions and 12 deletions

View file

@ -854,19 +854,9 @@ int CNpcPlatform::checkCollisionAgainst(CThing *_thisThing, int _frames)
{
_thisThing->setHasPlatformCollided( true );
_thisThing->setCentreCollision( true );
_thisThing->setNewCollidedPos( thatPos );
}
}
else
{
_thisThing->setCentreCollision( false );
}
}
else
{
_thisThing->setCentreCollision( false );
}
}
}