(1bd090dc7) Show the audio icon next to characters that are speaking in the single player crew menu

This commit is contained in:
Joonas Rikkonen
2019-04-23 15:38:06 +03:00
parent 544cc7ec08
commit 5f3e23f75f
6 changed files with 15 additions and 11 deletions
@@ -631,7 +631,7 @@ namespace Barotrauma.Networking
}
else
{
GameMain.GameSession?.CrewManager?.SetPlayerSpeaking(myClient);
GameMain.GameSession?.CrewManager?.SetClientSpeaking(myClient);
}
}
}