diff options
Diffstat (limited to 'dungeon/src/msg.rs')
| -rw-r--r-- | dungeon/src/msg.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dungeon/src/msg.rs b/dungeon/src/msg.rs index 68a6cbd..032a201 100644 --- a/dungeon/src/msg.rs +++ b/dungeon/src/msg.rs @@ -48,6 +48,7 @@ impl Message { if self.waiting && !input.interact { return false; } + self.waiting = false; if self.last.elapsed() < DURATION_PER { return false; |