Demo: d_a_obj_table OK

This commit is contained in:
LagoLunatic
2025-06-11 22:10:33 -04:00
parent 8733e64147
commit a0c45e054c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1418,7 +1418,7 @@ config.libs = [
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_obj_shelf"),
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_obj_shmrgrd", extra_cflags=["-sym off"]),
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_obj_swpush", extra_cflags=['-pragma "nosyminline on"']),
ActorRel(MatchingFor("GZLJ01", "GZLE01", "GZLP01"), "d_a_obj_table"),
ActorRel(Matching, "d_a_obj_table"),
ActorRel(NonMatching, "d_a_obj_tenmado"),
ActorRel(NonMatching, "d_a_obj_tide"),
ActorRel(Matching, "d_a_obj_timer"),
+1 -1
View File
@@ -80,7 +80,7 @@ BOOL daObjTable::Act_c::Delete() {
/* 000003BC-00000408 .text Mthd_Delete__Q210daObjTable5Act_cFv */
BOOL daObjTable::Act_c::Mthd_Delete() {
BOOL ret = MoveBGDelete();
dComIfG_resDelete(&mPhs, M_arcname);
dComIfG_resDeleteDemo(&mPhs, M_arcname);
return ret;
}