Replaced usages of "shift" with "round" for consistency

This commit is contained in:
Joonas Rikkonen
2017-08-28 17:59:08 +03:00
parent 736de25e6c
commit 729108c7b9
12 changed files with 52 additions and 54 deletions
@@ -20,11 +20,10 @@ namespace Barotrauma
}
}
private ShiftSummary shiftSummary;
public ShiftSummary ShiftSummary
private RoundSummary roundSummary;
public RoundSummary RoundSummary
{
get { return shiftSummary; }
get { return roundSummary; }
}
public bool LoadPrevious(GUIButton button, object obj)