mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Small renaming in Tracing
No functional change.
This commit is contained in:
+1
-1
@@ -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