diff options
Diffstat (limited to 'src/d/actor/d_a_e_fz.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_fz.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_fz.cpp b/src/d/actor/d_a_e_fz.cpp index 9df52ec5d1..df9ecdedeb 100644 --- a/src/d/actor/d_a_e_fz.cpp +++ b/src/d/actor/d_a_e_fz.cpp @@ -253,7 +253,7 @@ void daE_FZ_c::damage_check() { dComIfGp_setHitMark(3,this,&pos3,&s_pos,0,AT_TYPE_0); } - mLastWallHitAngle = mAtInfo.mHitDirection; + mLastWallHitAngle = mAtInfo.mHitDirection.y; setReflectAngle(); current.angle.y += -32768; field_0x712 = 10; |
