mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 19:59:45 -04:00
fopAcM_Register cleanup (#3047)
* use macro `fopAcM_Register` more consistently * replace fopAcM_RegisterCreateID with version that doesn't create `a_this`
This commit is contained in:
@@ -3265,7 +3265,7 @@ static int daCow_Draw(void* actor) {
|
||||
}
|
||||
|
||||
int daCow_c::Delete() {
|
||||
fpc_ProcID id = fopAcM_GetID(this);
|
||||
fopAcM_RegisterDeleteID(this, "COW");
|
||||
dComIfG_resDelete(&mPhase, "Cow");
|
||||
|
||||
if (heap != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user