Merge branch 'Isometric-Dev' into master

This commit is contained in:
jmarshall23
2020-08-06 15:44:55 -07:00
committed by GitHub
433 changed files with 172342 additions and 8485 deletions
+1 -2
View File
@@ -1921,8 +1921,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());