initial item service implementation

This commit is contained in:
TakaRikka
2026-08-09 16:40:26 -07:00
parent 7434a0f834
commit 71b2eedc82
64 changed files with 1477 additions and 135 deletions
+4
View File
@@ -454,6 +454,10 @@ static int fopAc_Create(void* i_this) {
actor->cullType = profile->cullType;
fopAcM_prm_class* append = fopAcM_GetAppend(actor);
#if TARGET_PC
actor->mItemGiveTag = append != NULL ? append->mItemGiveTag : 0;
actor->mItemGiveOriginalNo = append != NULL ? append->mItemGiveOriginalNo : 0xFF;
#endif
if (append != NULL) {
fopAcM_SetParam(actor, append->base.parameters);
actor->home.pos = append->base.position;