DRY tweak.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@974 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -129,7 +129,7 @@ public class Rating
|
|||||||
|
|
||||||
// calculate K, the score multiplier constant
|
// calculate K, the score multiplier constant
|
||||||
int K;
|
int K;
|
||||||
if (rating.experience < 20) {
|
if (rating.isProvisional()) {
|
||||||
K = 64;
|
K = 64;
|
||||||
} else if (rating.rating < 2100) {
|
} else if (rating.rating < 2100) {
|
||||||
K = 32; // experience >= 20
|
K = 32; // experience >= 20
|
||||||
|
|||||||
Reference in New Issue
Block a user