diff options
Diffstat (limited to 'src/entities/samantha.c')
| -rw-r--r-- | src/entities/samantha.c | 2 |
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; |
