diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index f994cee..0b54698 100644 --- a/src/config.h +++ b/src/config.h @@ -5,6 +5,6 @@ #define INFINITY 2000 #define MAX_ZOBRIST_SEEDS 1500 #define TRANSPOSITION_TABLE_SIZE 1000000 -#define PLAYER 3 +#define PLAYER WHITE #define FILENAME "record.txt" -#define MOVE_TIME 15 +#define MOVE_TIME 10 |