hardcode the holy number

This commit is contained in:
Thibault Duplessis 2015-07-21 23:07:20 +02:00
parent ae4761e370
commit 64c6c0f62d

View file

@ -16,7 +16,7 @@ case class Evaluation(
object Evaluation {
val start = Evaluation(Score(20).some, none, Nil)
val start = Evaluation(Score(15).some, none, Nil)
val empty = Evaluation(none, none, Nil)
def toInfos(evals: List[Evaluation], moves: List[String], startedAtPly: Int): List[Info] =