misc cleanup

This commit is contained in:
LagoLunatic
2024-02-26 15:13:17 -05:00
parent f0aec5ac44
commit fda4313e25
30 changed files with 189 additions and 195 deletions
+2 -2
View File
@@ -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;
}