mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 04:48:21 -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:
@@ -102,7 +102,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
|
||||
|
||||
static int daE_MD_Create(fopAc_ac_c* i_this) {
|
||||
daE_MD_c* a_this = (daE_MD_c*)i_this;
|
||||
fpc_ProcID id = fopAcM_GetID(a_this);
|
||||
fpc_ProcID id = fopAcM_GetID(i_this);
|
||||
return a_this->create();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user