From 10880655baa1c170db44dda8fd4c557c070102c6 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 10 Jul 2001 19:39:19 +0000 Subject: [PATCH] --- source/hazard/hfalling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);