Updated client project (ShiftSummary -> RoundSummary), removed unused drowningtime variable

This commit is contained in:
Joonas Rikkonen
2017-10-05 21:35:57 +03:00
parent f8dfba91b8
commit c444186426
3 changed files with 2 additions and 4 deletions
@@ -89,7 +89,6 @@ namespace Barotrauma
protected bool needsAir;
protected float oxygen, oxygenAvailable;
protected float drowningTime;
private float health, lastSentHealth;
protected float minHealth, maxHealth;
@@ -584,7 +583,6 @@ namespace Barotrauma
BleedingDecreaseSpeed = doc.Root.GetAttributeFloat("bleedingdecreasespeed", 0.05f);
needsAir = doc.Root.GetAttributeBool("needsair", false);
drowningTime = doc.Root.GetAttributeFloat("drowningtime", 10.0f);
if (file == humanConfigFile)
{