fix awakener being absent from the menu

This commit is contained in:
Kistaro Windrider 2024-02-19 11:34:47 -08:00
parent b237ccb152
commit 0dda2596af
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -1034,8 +1034,7 @@ mknew(consent_splash, function(self)
self.d = ditherer.new{ self.d = ditherer.new{
di=-1 di=-1
} }
awakener_armed = true arm_awakener()
awakener_hold_frames = 0
end) end)
function consent_splash:u() function consent_splash:u()