aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.c b/src/entity.c
index 92d4cf2..df14f34 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -13,7 +13,7 @@ const EntityEntry entityEntries[ENTITY_COUNT] = {
(EntityEntry){"Pond", initPond, updatePond, NULL, NULL, true, true},
(EntityEntry){"Utility Pole", initUtilityPole, NULL, NULL, NULL, false,
false},
- (EntityEntry){"Samantha", initSamantha, updateSamantha, NULL,
+ (EntityEntry){"Samantha", initSamantha, updateSamantha, closeSamantha,
interactWithSamantha, false, true},
(EntityEntry){"Samantha's Spot", initSamanthasSpot, updateSamanthasSpot,
NULL, NULL, true, false},