Use self-describing constants instead of numbers

And remove now useless comments.

No functional change.
This commit is contained in:
Marco Costalba
2012-10-21 10:41:23 +02:00
parent 6b909b2343
commit e304db9d1e
16 changed files with 123 additions and 117 deletions

View File

@@ -92,7 +92,7 @@ namespace {
int BestMoveChanges;
int SkillLevel;
bool SkillLevelEnabled, Chess960;
Value DrawValue[2];
Value DrawValue[COLOR_NB];
History H;
template <NodeType NT>