diff --git a/TP2/src/mcts_player.cpp b/TP2/src/mcts_player.cpp index 0b1256e..79b7e82 100644 --- a/TP2/src/mcts_player.cpp +++ b/TP2/src/mcts_player.cpp @@ -7,8 +7,8 @@ int boardwidth = 0; int boardheight = 0; bool white_turn = true; -#ifndef VERBOSE_mcts_plAYER -#define VERBOSE_mcts_plAYER +#ifndef VERBOSE_MCTS_plAYER +#define VERBOSE_MCTS_plAYER bool verbose = true; bool showboard_at_each_move = false; #endif