mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Small renaming in Tracing
No functional change.
This commit is contained in:
@@ -26,7 +26,7 @@ class Position;
|
||||
|
||||
namespace Eval {
|
||||
|
||||
const int Tempo = 17; // Must be visible to search
|
||||
const Value Tempo = Value(17); // Must be visible to search
|
||||
|
||||
extern void init();
|
||||
extern Value evaluate(const Position& pos);
|
||||
|
||||
Reference in New Issue
Block a user