diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 20:17:27 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 20:17:27 -0400 |
| commit | 048d242eef520cc257914cbc56c009ea8e8dc130 (patch) | |
| tree | 073a8dd8a9af0cdb2edb39eca8735ae2dd73db16 /src/d/actor/d_a_obj_canon.cpp | |
| parent | ae94c57e7398b0e1c65970cae062caaa58377880 (diff) | |
bpw partial cleanup, fix inline usage across several actors
Diffstat (limited to 'src/d/actor/d_a_obj_canon.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_canon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_canon.cpp b/src/d/actor/d_a_obj_canon.cpp index 8f348e73..ab619591 100644 --- a/src/d/actor/d_a_obj_canon.cpp +++ b/src/d/actor/d_a_obj_canon.cpp @@ -496,7 +496,7 @@ bool daObj_Canon_c::_execute() { if(field_0x470.getEmitter()) { if(cLib_calcTimer(&field_0x484) == 0) { - field_0x470.end(); + field_0x470.remove(); } } @@ -604,7 +604,7 @@ cPhs_State daObj_Canon_c::_create() { /* 00001BEC-00001C50 .text _delete__13daObj_Canon_cFv */ bool daObj_Canon_c::_delete() { dComIfG_resDelete(&mPhs, m_arc_name); - field_0x470.end(); + field_0x470.remove(); #if VERSION > VERSION_DEMO mDoAud_seDeleteObject(&field_0x450); #endif |
