mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Rename OnePly in ONE_PLY
Use enum values standard naming policy also for this one. No fuctional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
|
||||
enum Depth {
|
||||
|
||||
OnePly = 2,
|
||||
DEPTH_NONE = -127 * OnePly
|
||||
ONE_PLY = 2,
|
||||
DEPTH_NONE = -127 * ONE_PLY
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user