]> git.sesse.net Git - stockfish/commit
Use VALUE_ZERO instead of 0 when comparing with Value
authorhxim <hxim.jo@gmail.com>
Tue, 13 Jan 2015 21:07:18 +0000 (21:07 +0000)
committerJoona Kiiski <joona.kiiski@gmail.com>
Tue, 13 Jan 2015 21:07:18 +0000 (21:07 +0000)
commit7b20bb6e1a98758e6afabe4e654761685c8dafa5
treecb685afa8bc0d1d163a004d5fd81399e90f68b21
parent4eb2d8ce095b284a1e55762548d9821a83a19b3b
Use VALUE_ZERO instead of 0 when comparing with Value

This is the correct practice.

No functional change

Resolves #208
src/movepick.cpp
src/search.cpp