diff --git a/source/hazard/hfalling.cpp b/source/hazard/hfalling.cpp index 1e17e3c81..914939736 100644 --- a/source/hazard/hfalling.cpp +++ b/source/hazard/hfalling.cpp @@ -279,7 +279,7 @@ void CNpcFallingHazard::render() VECTOR scale; scale.vx = m_scale; - scale.vy = m_scale; + scale.vy = -m_scale; scale.vz = m_scale; m_modelGfx->Render(renderPos,&rotation,&scale);