From 45f94ed9b80df618147d3f97ce5a3bf662d4e768 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 18 Feb 2024 12:55:50 -0800 Subject: [PATCH] confirm-but-don't-advance sounds weird without reverb --- vacation.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vacation.p8 b/vacation.p8 index b4ceb4c..6e29951 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -867,7 +867,7 @@ function zonk_mode:update() self.alwaysmatched=true if (not self.ac) psound(8, justc and 16 or 18, 8, true) end - if (justc and not self.nextpage) psound(8,16,2) + if (justc and not self.nextpage) psound(8,16,2, true) else self.twt -= 1 end