Zobrist::init() should be Position::init()

No functional change.
This commit is contained in:
Marco Costalba
2013-06-09 13:43:30 +02:00
parent 81e242a96d
commit a6e0f62a4f
4 changed files with 65 additions and 70 deletions
-2
View File
@@ -335,8 +335,6 @@ namespace Zobrist {
extern Key castle[CASTLE_RIGHT_NB];
extern Key side;
extern Key exclusion;
void init();
}
extern Value PieceValue[PHASE_NB][PIECE_NB];