mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
TITANIC: Set SGT TV Magazine announcement to use speech sound type
This commit is contained in:
parent
a3824d0f39
commit
9f055d4ba1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user