From 01561a76b2adff70c95d792105ec5a1878060ffb Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Fri, 20 May 2022 11:02:31 +0300 Subject: [PATCH] Fix death screen speech playback --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.c b/src/main.c index 8edae28..0eeaaea 100644 --- a/src/main.c +++ b/src/main.c @@ -419,6 +419,10 @@ void showDeath() _gsound_speech_play_preloaded(); + // SFALL: Fix the playback of the speech sound file for the death + // screen. + coreDelay(100); + unsigned int time = _get_time(); int keyCode; do {