Revert "Merge branch 'Isometric-Dev' into master"

This reverts commit ae0648fccc, reversing
changes made to d7243e8265.
This commit is contained in:
Justin Marshall
2020-08-06 15:50:30 -07:00
parent ae0648fccc
commit 6685b5d51a
433 changed files with 8487 additions and 172344 deletions
+2 -1
View File
@@ -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());