(085c471a3) Added libMonoPosixHelper.so
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec mono "./Barotrauma.exe" MONO_LOG_LEVEL=debug "$@"
|
||||
./Barotrauma
|
||||
|
||||
@@ -186,6 +186,9 @@
|
||||
<None Include="Content\Effects\watershader_opengl.xnb">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="lib64\libMonoPosixHelper.so">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="libopenal.so.1">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
||||
BIN
Barotrauma/BarotraumaClient/lib64/libMonoPosixHelper.so
Normal file
BIN
Barotrauma/BarotraumaClient/lib64/libMonoPosixHelper.so
Normal file
Binary file not shown.
@@ -1052,6 +1052,8 @@ namespace Barotrauma
|
||||
|
||||
private bool IsProperlyLatchedOnSub => LatchOntoAI != null && LatchOntoAI.IsAttachedToSub && SelectedAiTarget?.Entity == wallTarget?.Structure;
|
||||
|
||||
private bool IsProperlyLatchedOnSub => LatchOntoAI != null && LatchOntoAI.IsAttachedToSub && SelectedAiTarget?.Entity == wallTarget?.Structure;
|
||||
|
||||
//goes through all the AItargets, evaluates how preferable it is to attack the target,
|
||||
//whether the Character can see/hear the target and chooses the most preferable target within
|
||||
//sight/hearing range
|
||||
|
||||
Reference in New Issue
Block a user