This commit is contained in:
Charles 2001-07-30 15:10:21 +00:00
parent d5b89cc1e7
commit 1bbf7e97a8
3 changed files with 13 additions and 0 deletions

View file

@ -94,6 +94,8 @@ void CNpcBouncePlatform::think( int _frames )
}
sBBox boundingBox = m_modelGfx->GetBBox();
boundingBox.XMin -= 8;
boundingBox.XMax += 8;
if ( ( boundingBox.YMax - boundingBox.YMin ) < 24 )
{