mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -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:
@@ -3282,7 +3282,7 @@ static int daE_DN_IsDelete(e_dn_class* i_this) {
|
||||
|
||||
static int daE_DN_Delete(e_dn_class* i_this) {
|
||||
fopEn_enemy_c* actor = (fopEn_enemy_c*)&i_this->actor;
|
||||
fpc_ProcID no = fopAcM_GetID(i_this);
|
||||
fopAcM_RegisterDeleteID(i_this, "E_DN");
|
||||
|
||||
dComIfG_resDelete(&i_this->phase, "E_dn");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user