diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-22 01:17:44 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-22 01:17:44 +0000 |
| commit | 2254600c6dfb50333327ddb94457427596b51807 (patch) | |
| tree | c2a36d9c4433adbc5db763aa0e7d5863ce592740 /src/entities | |
| parent | 260d51b8399935c067eb79720db63e08d1c3f1f2 (diff) | |
| download | FindThings-2254600c6dfb50333327ddb94457427596b51807.tar.gz FindThings-2254600c6dfb50333327ddb94457427596b51807.tar.bz2 FindThings-2254600c6dfb50333327ddb94457427596b51807.zip | |
Interaction menu stuff and fps adhd
Diffstat (limited to 'src/entities')
| -rw-r--r-- | src/entities/samantha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/samantha.c b/src/entities/samantha.c index fed2db0..66b8996 100644 --- a/src/entities/samantha.c +++ b/src/entities/samantha.c @@ -43,7 +43,7 @@ void closeSamantha(Entity* entity) InteractionCommand interactWithSamantha(Entity* entity, Game* game, Selection selection) { - InteractionChat* chat = &game->chat; + InteractionChat* chat = &game->interactionChat; Samantha* samantha = (Samantha*)entity->data; switch (selection) |
