commit | 889fee844fb5dd09f07510229e844b13b4344661 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Apr 13 22:16:36 2016 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Apr 13 22:21:46 2016 -0700 |
tree | d232b2c81e076d7864b834e779274f6139db1321 | |
parent | b0099646e19c1785a772360b6989cb0b7b1bda8b [diff] [blame] |
Made down offset a constant. Change-Id: Ic0e3aa3867dbdce4037cbac23dc26999487c1489
diff --git a/y2016/constants.cc b/y2016/constants.cc index 8b76c3b..a4f5964 100644 --- a/y2016/constants.cc +++ b/y2016/constants.cc
@@ -71,6 +71,7 @@ 0.0, 0.3}, }, + 0.0, "practice", }; break; @@ -106,6 +107,7 @@ -1.040454, 1.5}, }, + 0.0, "competition", }; break; @@ -137,6 +139,7 @@ -0.005145, 1.3}, }, + 0.011, "practice", }; break;