mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Revert "Merge branch 'Isometric-Dev' into master"
This reverts commitae0648fccc, reversing changes made tod7243e8265.
This commit is contained in:
@@ -1921,7 +1921,8 @@ void FootClass::Death_Announcement(TechnoClass const * ) const
|
||||
{
|
||||
assert(IsActive);
|
||||
|
||||
if (IsOwnedByPlayer) {
|
||||
//if (IsOwnedByPlayer) {
|
||||
if ((Session.Type == GAME_GLYPHX_MULTIPLAYER && House->IsHuman) || (Session.Type != GAME_GLYPHX_MULTIPLAYER && IsOwnedByPlayer)) {
|
||||
if (What_Am_I() == RTTI_VESSEL) {
|
||||
// Speak(VOX_SHIP_LOST); // MBL 02.06.2020
|
||||
Speak(VOX_SHIP_LOST, House, Center_Coord());
|
||||
|
||||
Reference in New Issue
Block a user