diff options
| author | Max Roncace <me@caseif.net> | 2025-09-17 08:01:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 15:01:59 +0300 |
| commit | fe5e8aff986950b5a6fc1e7e5a7b308cb2a2a0f3 (patch) | |
| tree | eb7839c7370e6a209ffbc0404ca42b2c560f2405 /src/d/actor/d_a_e_hp.cpp | |
| parent | 2106c56f60a5552aa7175e65a65181958fce4012 (diff) | |
More miscellaneous TU improvements (#2665)
Diffstat (limited to 'src/d/actor/d_a_e_hp.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_hp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_hp.cpp b/src/d/actor/d_a_e_hp.cpp index 7af721d871..e63916738f 100644 --- a/src/d/actor/d_a_e_hp.cpp +++ b/src/d/actor/d_a_e_hp.cpp @@ -768,7 +768,7 @@ void daE_HP_c::executeDead() { -1, 0, 0); } - if (fopAcM_IsExecuting(field_0x784)) { + if (fopAcM_IsExecuting(field_0x784) != FALSE) { fopAc_ac_c* player = dComIfGp_getPlayer(0); if (player->eventInfo.chkCondition(8)) { field_0x778 = |
