mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Object OpeningBook doen't need to be global
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+4
-1
@@ -228,7 +228,10 @@ namespace {
|
||||
const Value EasyMoveMargin = Value(0x200);
|
||||
|
||||
|
||||
/// Global variables
|
||||
/// Namespace variables
|
||||
|
||||
// Book object
|
||||
Book OpeningBook;
|
||||
|
||||
// Iteration counter
|
||||
int Iteration;
|
||||
|
||||
Reference in New Issue
Block a user