From 9b92587ed62be1fbd9a5ff09348b9ee2d3eb0336 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 2 Aug 2001 15:01:47 +0000 Subject: [PATCH] --- source/platform/pbounce.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) {