caps
This commit is contained in:
parent
ae7c5f2093
commit
bcebf52552
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ int boardwidth = 0;
|
||||||
int boardheight = 0;
|
int boardheight = 0;
|
||||||
bool white_turn = true;
|
bool white_turn = true;
|
||||||
|
|
||||||
#ifndef VERBOSE_mcts_plAYER
|
#ifndef VERBOSE_MCTS_plAYER
|
||||||
#define VERBOSE_mcts_plAYER
|
#define VERBOSE_MCTS_plAYER
|
||||||
bool verbose = true;
|
bool verbose = true;
|
||||||
bool showboard_at_each_move = false;
|
bool showboard_at_each_move = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
Reference in a new issue