mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 20:27:36 -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:
@@ -3712,7 +3712,7 @@ int daKago_c::_delete() {
|
||||
}
|
||||
|
||||
static int daKago_Delete(daKago_c* i_this) {
|
||||
fpc_ProcID id = fopAcM_GetID(i_this);
|
||||
fopAcM_RegisterDeleteID(i_this, "Kago");
|
||||
return i_this->_delete();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user