mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
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:
@@ -38,7 +38,7 @@
|
||||
//// Variables
|
||||
////
|
||||
|
||||
bool Chess960 = false;
|
||||
bool Chess960;
|
||||
|
||||
|
||||
////
|
||||
|
||||
Reference in New Issue
Block a user