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 {