Fixed some errors from analyzer

This commit is contained in:
hondacrx
2017-06-22 17:02:27 -04:00
parent 0e40e90a11
commit d538acc979
26 changed files with 38 additions and 46 deletions
-3
View File
@@ -612,9 +612,6 @@ namespace Game.DataStorage
return 0.0f;
CurveRecord curve = CliDB.CurveStorage.LookupByKey(curveId);
if (points.Empty())
return 0.0f;
switch (DetermineCurveType(curve, points))
{
case CurveInterpolationMode.Linear: