Do not hardcode default values of UCI variables

If a variable will be populated reading an UCI option
then do not hard code its default values.

This avoids misleadings when reading the sources.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-04-25 15:26:06 +01:00
parent 7c267587fc
commit f010b6db71
2 changed files with 23 additions and 29 deletions

View File

@@ -38,7 +38,7 @@
//// Variables
////
bool Chess960 = false;
bool Chess960;
////