diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-22 18:43:02 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-22 18:43:02 -0400 |
| commit | 47e01ede220d41cf73edf76158f30ab8b2d8a5ba (patch) | |
| tree | b52b2dceb49c7c5b94c3eb91523d4c3798c0f882 /src/d/actor/d_a_obj_eff.cpp | |
| parent | 95fac0fd639e16cbe3cc99191a25bc411fcbef99 (diff) | |
Fix d_a_npc_md inline usage
Diffstat (limited to 'src/d/actor/d_a_obj_eff.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_eff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_eff.cpp b/src/d/actor/d_a_obj_eff.cpp index 670deb1e..eb81ea28 100644 --- a/src/d/actor/d_a_obj_eff.cpp +++ b/src/d/actor/d_a_obj_eff.cpp @@ -288,7 +288,7 @@ cPhs_State daObjEff::Act_c::_create() { int phase = cPhs_COMPLEATE_e; if (fopAcM_entrySolidHeap(this, &solidHeapCB, heap_size[mType])) { if ((u8) eff_set() != 0) { - fopDwTg_DrawQTo(&draw_tag); + fopAcM_offDraw(this); } else { phase = cPhs_ERROR_e; } |
