This commit is contained in:
Charles 2001-06-25 18:45:43 +00:00
parent 13fbd0d118
commit af2a987818
4 changed files with 0 additions and 19 deletions

View file

@ -2396,16 +2396,6 @@ void CPlayer::clearPlatform()
m_platform=NULL;
}
void CPlayer::setHasPlatformCollided( bool newVal )
{
m_hasPlatformCollided = newVal;
}
bool CPlayer::getHasPlatformCollided()
{
return( m_hasPlatformCollided );
}