Fix death screen speech playback

This commit is contained in:
Alexander Batalov 2022-05-20 11:02:31 +03:00
parent 4779422285
commit 01561a76b2
1 changed files with 4 additions and 0 deletions

View File

@ -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 {