(c9b5d70ff) Removed: Hardcoded video path

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:47:58 +02:00
parent 12f963d2a5
commit 7140151882
8 changed files with 233 additions and 35 deletions
@@ -216,6 +216,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>();