mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
MORTEVIELLE: Avoid a crash related to speech during the ending sequence of the German version
This commit is contained in:
parent
6d66eb5cc2
commit
f979de547b
@ -741,6 +741,10 @@ void SoundManager::startSpeech(int rep, int ht, int typ) {
|
||||
uint16 savph[501];
|
||||
int tempo;
|
||||
|
||||
// Hack to avoid a crash in the ending version. To be removed when the speech are implemented
|
||||
if ((rep == 141) && (typ == 0))
|
||||
return;
|
||||
|
||||
if (_vm->_soundOff)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user