diff --git a/code/redalert/audmix.cpp b/code/redalert/audmix.cpp index 0b021a1..e85a8e2 100644 --- a/code/redalert/audmix.cpp +++ b/code/redalert/audmix.cpp @@ -388,9 +388,9 @@ void On_Sound_Effect(int sound_index, int variation, COORDINATE coord, int house // void On_Speech(int speech_index) // MBL 02.06.2020 void On_Speech(int speech_index, HouseClass* house) { - if (house == NULL) { + //if (house == NULL) { PlayAudio(speechPrecacheAudioTable[speech_index], true); - } + //} // DLLExportClass::On_Speech(PlayerPtr, speech_index); // MBL 02.06.2020 //if (house == NULL) { diff --git a/code/redalert/foot.cpp b/code/redalert/foot.cpp index 3ef0bdb..3d40c1b 100644 --- a/code/redalert/foot.cpp +++ b/code/redalert/foot.cpp @@ -1909,8 +1909,7 @@ void FootClass::Death_Announcement(TechnoClass const * ) const { assert(IsActive); - //if (IsOwnedByPlayer) { - if ((Session.Type == GAME_GLYPHX_MULTIPLAYER && House->IsHuman) || (Session.Type != GAME_GLYPHX_MULTIPLAYER && IsOwnedByPlayer)) { + if (IsOwnedByPlayer) { if (What_Am_I() == RTTI_VESSEL) { // Speak(VOX_SHIP_LOST); // MBL 02.06.2020 Speak(VOX_SHIP_LOST, House, Center_Coord());