diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-26 15:13:17 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-26 15:13:17 -0500 |
| commit | fda4313e251efff9c959cd509523f4676da0262a (patch) | |
| tree | 15fb062a1396be8a26e9723cf83fb226e66eaa62 /src/d/actor/d_a_bomb2.cpp | |
| parent | f0aec5ac44f7904ea28a1b7c23597f214ba37c79 (diff) | |
misc cleanup
Diffstat (limited to 'src/d/actor/d_a_bomb2.cpp')
| -rw-r--r-- | src/d/actor/d_a_bomb2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_bomb2.cpp b/src/d/actor/d_a_bomb2.cpp index b3684bff..929d67bd 100644 --- a/src/d/actor/d_a_bomb2.cpp +++ b/src/d/actor/d_a_bomb2.cpp @@ -409,7 +409,7 @@ namespace daBomb2 { int Act_c::_create() { fopAcM_SetupActor(this, Act_c); - int status = dComIfG_resLoad(&mPhs, attr().resName); + int status = dComIfG_resLoad(&mPhase, attr().resName); if(status == cPhs_COMPLEATE_e) { if(fopAcM_entrySolidHeap(this, solidHeapCB, attr().heapSize)) { @@ -428,7 +428,7 @@ namespace daBomb2 { bool Act_c::_delete() { eff_fuse_end(); mEnv.clean(); - dComIfG_resDelete(&mPhs, attr().resName); + dComIfG_resDelete(&mPhase, attr().resName); return true; } |
