mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Use self-describing constants instead of numbers
And remove now useless comments. No functional change.
This commit is contained in:
@@ -92,7 +92,7 @@ namespace {
|
||||
int BestMoveChanges;
|
||||
int SkillLevel;
|
||||
bool SkillLevelEnabled, Chess960;
|
||||
Value DrawValue[2];
|
||||
Value DrawValue[COLOR_NB];
|
||||
History H;
|
||||
|
||||
template <NodeType NT>
|
||||
|
||||
Reference in New Issue
Block a user