diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 21:55:48 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 21:55:48 -0400 |
| commit | 8af44daa2e75195d7dd596cc36128bb4ec2a9c8b (patch) | |
| tree | 245e1ce8e3212751c07704f12e70770972f1d952 /src/d/actor/d_a_player_main.cpp | |
| parent | 048d242eef520cc257914cbc56c009ea8e8dc130 (diff) | |
Enable more clangd warnings, minor cleanup
Diffstat (limited to 'src/d/actor/d_a_player_main.cpp')
| -rw-r--r-- | src/d/actor/d_a_player_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/d/actor/d_a_player_main.cpp b/src/d/actor/d_a_player_main.cpp index 89d34c1d..f5b86ab5 100644 --- a/src/d/actor/d_a_player_main.cpp +++ b/src/d/actor/d_a_player_main.cpp @@ -7636,7 +7636,6 @@ BOOL daPy_lk_c::procDamage() { uVar4 = (16384.0f * (1.0f - (dVar6 / (mFrameCtrlUnder[UNDER_MOVE0_e].getEnd() - daPy_HIO_damage_c0::m.field_0x28)))); fVar1 = 1.0f - cM_scos(uVar4); - uVar4 = uVar4; fVar2 = 1.0f - cM_scos(uVar4 < 0x2000 ? 0 : (s16)((uVar4 - 0x2000) * 2)); } m3564 = m34D4 * fVar1; |
