Multiplayer fixes

This commit is contained in:
Regalis
2015-12-12 16:23:01 +02:00
parent 17e8a2171f
commit 04cfca0ede
14 changed files with 46 additions and 37 deletions
+8
View File
@@ -110,6 +110,14 @@ namespace Barotrauma
private set;
}
public override Vector2 SimPosition
{
get
{
return ConvertUnits.ToSimUnits(Position);
}
}
public Vector2 Velocity
{
get { return subBody==null ? Vector2.Zero : subBody.Velocity; }
+1 -1
View File
@@ -402,7 +402,7 @@ namespace Barotrauma
}
var ragdoll = limb.character.AnimController;
ragdoll.FindHull();
ragdoll.FindHull();
return false;