diff --git a/source/platform/pbounce.cpp b/source/platform/pbounce.cpp index 6ce995ea3..deba72cf5 100644 --- a/source/platform/pbounce.cpp +++ b/source/platform/pbounce.cpp @@ -94,8 +94,8 @@ void CNpcBouncePlatform::think( int _frames ) } sBBox boundingBox = m_modelGfx->GetBBox(); - boundingBox.XMin -= 8; - boundingBox.XMax += 8; + boundingBox.XMin -= 12; + boundingBox.XMax += 12; if ( ( boundingBox.YMax - boundingBox.YMin ) < 24 ) {