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 df14f34..ea9c66c 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -23,7 +23,7 @@ const EntityEntry entityEntries[ENTITY_COUNT] = {
(EntityEntry){"Medical Trash", initMedicalTrash, updateMedicalTrash, NULL,
NULL, false, true},
(EntityEntry){"John", initJohn, updateJohn, NULL, NULL, false, true},
- (EntityEntry){"Ron", initRon, updateRon, NULL, NULL, false, true}
+ (EntityEntry){"Ron", initRon, updateRon, NULL, interactWithRon, false, true}
};
Entity createEntity(EntityId id, Vector3 position)