mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00: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:
+1
-1
@@ -38,7 +38,7 @@
|
||||
//// Variables
|
||||
////
|
||||
|
||||
bool Chess960 = false;
|
||||
bool Chess960;
|
||||
|
||||
|
||||
////
|
||||
|
||||
Reference in New Issue
Block a user