(8be88da45) Included videos in project, added them to xml

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:48:29 +02:00
parent 27efec90c9
commit a90ce22107
7 changed files with 246 additions and 16 deletions
@@ -222,6 +222,9 @@ namespace Barotrauma
Hull hull = Hull.FindHull(ConvertUnits.ToDisplayUnits(explosionPos), null, false);
bool underWater = hull == null || explosionPos.Y < hull.Surface;
Hull hull = Hull.FindHull(ConvertUnits.ToDisplayUnits(explosionPos), null, false);
bool underWater = hull == null || explosionPos.Y < hull.Surface;
explosionPos = ConvertUnits.ToSimUnits(explosionPos);
Dictionary<Limb, float> distFactors = new Dictionary<Limb, float>();