Fix death screen speech playback
This commit is contained in:
parent
4779422285
commit
01561a76b2
|
@ -419,6 +419,10 @@ void showDeath()
|
||||||
|
|
||||||
_gsound_speech_play_preloaded();
|
_gsound_speech_play_preloaded();
|
||||||
|
|
||||||
|
// SFALL: Fix the playback of the speech sound file for the death
|
||||||
|
// screen.
|
||||||
|
coreDelay(100);
|
||||||
|
|
||||||
unsigned int time = _get_time();
|
unsigned int time = _get_time();
|
||||||
int keyCode;
|
int keyCode;
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Reference in New Issue