diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-03-10 01:05:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 16:05:03 -0700 |
| commit | 763400c4c0e2536bbfe2dd3032905dde8db031ca (patch) | |
| tree | 66c2efbf5d524ec7361f34a6dc267668d2c7df95 /src/d/actor/d_a_e_ba.cpp | |
| parent | 800049a811ee5ecacd480f25014aa8c160878429 (diff) | |
daObjNAN_c equivalent (#2320)
* daObjNAN_c equivalent
* Remove padding
Diffstat (limited to 'src/d/actor/d_a_e_ba.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_ba.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_ba.cpp b/src/d/actor/d_a_e_ba.cpp index ac6b0050fc..3e785beb61 100644 --- a/src/d/actor/d_a_e_ba.cpp +++ b/src/d/actor/d_a_e_ba.cpp @@ -146,7 +146,7 @@ static void damage_check(e_ba_class* i_this) { i_this->mIFrames = 10; } i_this->mKnockbackSpeed = 80.0f; - i_this->mKnockbackAngle = i_this->mAtInfo.mHitDirection; + i_this->mKnockbackAngle = i_this->mAtInfo.mHitDirection.y; if (i_this->health <= 0) { i_this->mCreatureSound.startCreatureVoice(Z2SE_EN_BA_V_DEATH, -1); i_this->mpMorf->setPlaySpeed(0.2f); |
