summaryrefslogtreecommitdiff
path: root/dungeon/src/msg.rs
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-15 11:48:27 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-15 11:48:27 -0500
commitab20683e387d5ef09d52d1647492e819bf93380b (patch)
tree420c0eb27f7c56167291d3e57a61f790d21d4d01 /dungeon/src/msg.rs
parentdungeon: randomize floor brick accents (diff)
downloadDungeonCrawl-ab20683e387d5ef09d52d1647492e819bf93380b.tar.gz
DungeonCrawl-ab20683e387d5ef09d52d1647492e819bf93380b.tar.bz2
DungeonCrawl-ab20683e387d5ef09d52d1647492e819bf93380b.zip
graphics: add astar paths to debug rendering
Diffstat (limited to 'dungeon/src/msg.rs')
-rw-r--r--dungeon/src/msg.rs1
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;