diff --git a/source/hazard/hfalling.cpp b/source/hazard/hfalling.cpp index 914939736..1f23c537d 100644 --- a/source/hazard/hfalling.cpp +++ b/source/hazard/hfalling.cpp @@ -272,6 +272,9 @@ void CNpcFallingHazard::render() { DVECTOR &renderPos=getRenderPos(); + sBBox boundingBox = m_modelGfx->GetBBox(); + renderPos.vy -= boundingBox.YMax - boundingBox.YMin; + SVECTOR rotation; rotation.vx = 0; rotation.vy = 0;