diff options
Diffstat (limited to 'src/d/actor/d_a_e_yk.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_yk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_yk.cpp b/src/d/actor/d_a_e_yk.cpp index 580bf47208..48f7d1dde9 100644 --- a/src/d/actor/d_a_e_yk.cpp +++ b/src/d/actor/d_a_e_yk.cpp @@ -175,7 +175,7 @@ static void damage_check(e_yk_class* i_this) { } i_this->field_0x694 = cM_rndF(10.0f) + 70.0f; - i_this->field_0x698 = i_this->mAtColliderInfo.mHitDirection; + i_this->field_0x698 = i_this->mAtColliderInfo.mHitDirection.y; // If keese is dead, play death sound if (i_this->health <= 0) { |
