From 0dda2596aff74875b77107c14e2afc51e0803bd7 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Mon, 19 Feb 2024 11:34:47 -0800 Subject: [PATCH] fix awakener being absent from the menu --- vacation.p8 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vacation.p8 b/vacation.p8 index 2ee7153..4097473 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -1034,8 +1034,7 @@ mknew(consent_splash, function(self) self.d = ditherer.new{ di=-1 } - awakener_armed = true - awakener_hold_frames = 0 + arm_awakener() end) function consent_splash:u()