summaryrefslogtreecommitdiff
path: root/src/npcUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npcUtils.c')
-rw-r--r--src/npcUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npcUtils.c b/src/npcUtils.c
index 4804a647..b0c111fe 100644
--- a/src/npcUtils.c
+++ b/src/npcUtils.c
@@ -356,7 +356,7 @@ u32 UpdateFuseInteraction(Entity* entity) {
void MarkFuserDone(Entity* entity) {
u32 fuserId = GetFuserId(entity);
if (fuserId != 0)
- gSave.fuserOffers[fuserId] = KINSTONE_FUSER_DONE;
+ gSave.kinstones.fuserOffers[fuserId] = KINSTONE_FUSER_DONE;
}
void ShowNPCDialogue(Entity* ent, const Dialog* dia) {