MORTEVIELLE: Avoid a crash related to speech during the ending sequence of the German version

This commit is contained in:
Strangerke 2013-08-19 20:42:18 +02:00
parent 6d66eb5cc2
commit f979de547b

View File

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