(Re)introduce DEPTH_ZERO to replace Depth(0)

No functional changes.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-08-18 15:13:10 +01:00
parent ea2b8a93eb
commit 4f28e19fc0
3 changed files with 22 additions and 20 deletions

View File

@@ -28,6 +28,8 @@
enum Depth {
ONE_PLY = 2,
DEPTH_ZERO = 0,
DEPTH_NONE = -127 * ONE_PLY
};