aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-21 23:22:13 +0000
committernathan <nathansmith@disroot.org>2025-12-21 23:22:13 +0000
commit260d51b8399935c067eb79720db63e08d1c3f1f2 (patch)
treef4f8f28a942f8b2d9e3d796c5d75786301219d0f /src/entities
parente4acecf8cebacbcbb6b7739aff7f34fd0147ed45 (diff)
downloadFindThings-260d51b8399935c067eb79720db63e08d1c3f1f2.tar.gz
FindThings-260d51b8399935c067eb79720db63e08d1c3f1f2.tar.bz2
FindThings-260d51b8399935c067eb79720db63e08d1c3f1f2.zip
Working on interaction menu thingy
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/samantha.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities/samantha.c b/src/entities/samantha.c
index d3c345b..fed2db0 100644
--- a/src/entities/samantha.c
+++ b/src/entities/samantha.c
@@ -60,9 +60,11 @@ InteractionCommand interactWithSamantha(Entity* entity, Game* game,
}
else
{
+ samantha->dialogCount = 0;
return INTERACTION_END;
}
case SELECTION_LEAVE:
+ samantha->dialogCount = 0;
return INTERACTION_END;
default:
return INTERACTION_END;