X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fvalue.h;h=62d9458eb9bc0508560e30208ccb15d9cf6ec00c;hp=364844555abead4ca5b79d62a819f024c6cad5a8;hb=3a627381744ef649f134e8efc2a13c50ff0e0a0e;hpb=8d724220a7a19961b21239cba8138815f1d1598f diff --git a/src/value.h b/src/value.h index 36484455..62d9458e 100644 --- a/src/value.h +++ b/src/value.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2009 Marco Costalba + Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,7 +48,8 @@ enum Value { VALUE_KNOWN_WIN = 15000, VALUE_MATE = 30000, VALUE_INFINITE = 30001, - VALUE_NONE = 30002 + VALUE_NONE = 30002, + VALUE_ENSURE_SIGNED = -1 };