TITANIC: Set SGT TV Magazine announcement to use speech sound type

This commit is contained in:
Paul Gilbert 2017-06-19 21:53:34 -04:00
parent a3824d0f39
commit 9f055d4ba1

View File

@ -236,8 +236,11 @@ bool CTelevision::MovieEndMsg(CMovieEndMsg *msg) {
}
if (_channelNum == 3 && compareRoomNameTo("SGTState") && getPassengerClass() == THIRD_CLASS) {
playSound("z#47.wav");
_soundHandle = playSound("b#20.wav");
// You may be a winner
CProximity prox1, prox2;
prox1._soundType = prox2._soundType = Audio::Mixer::kSpeechSoundType;
playSound("z#47.wav", prox1);
_soundHandle = playSound("b#20.wav", prox2);
CMagazine *magazine = dynamic_cast<CMagazine *>(getRoot()->findByName("Magazine"));
if (magazine) {