diff options
Diffstat (limited to 'ai_mc.cpp')
-rw-r--r-- | ai_mc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ using namespace std; -#define NPLAYOUTS 1000 +#define NPLAYOUTS 3000 #define SCORE_WIN 1 #define SCORE_LOSE (-1) #define SCORE_TIE 0 |