(bfd04acda) Fixed compiler error on Mac (I think)?

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:47:58 +03:00
parent 53d78d2a2a
commit a4bb8efa79
12 changed files with 182 additions and 262 deletions
@@ -757,6 +757,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{