random debug objects (#2961)

This commit is contained in:
Niklas Bauer
2025-12-17 10:26:51 +01:00
committed by GitHub
parent b81d3cd6b1
commit ef0c94a809
5 changed files with 67 additions and 35 deletions
+4 -1
View File
@@ -68,11 +68,14 @@ static int daObjZCloth_Execute(daObjZCloth_c* i_this) {
}
static int daObjZCloth_Delete(daObjZCloth_c* i_this) {
const fpc_ProcID procID = fopAcM_GetID(i_this);
return i_this->_delete();
}
static int daObjZCloth_Create(fopAc_ac_c* i_this) {
return static_cast<daObjZCloth_c*>(i_this)->create();
daObjZCloth_c* a_this = static_cast<daObjZCloth_c*>(i_this);
const fpc_ProcID procID = fopAcM_GetID(i_this);
return a_this->create();
}
static actor_method_class l_daObjZCloth_Method = {