(75f4c1e5a) Apparently this case is already handled in the indoorssteering.

This commit is contained in:
Joonas Rikkonen
2019-05-18 17:27:44 +03:00
parent 0b8005f721
commit 382e05facd
4 changed files with 77 additions and 105 deletions
@@ -117,7 +117,7 @@ namespace Barotrauma
// Take the sub position into account in the sim pos
if (character.Submarine == null && Target.Submarine != null)
{
currTargetSimPos += Target.Submarine.SimPosition;
//currTargetSimPos += Target.Submarine.SimPosition;
}
else if (character.Submarine != null && Target.Submarine == null)
{