summaryrefslogtreecommitdiff
path: root/ai_mm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ai_mm.cpp')
-rw-r--r--ai_mm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ai_mm.cpp b/ai_mm.cpp
index d74f7c7..ba55690 100644
--- a/ai_mm.cpp
+++ b/ai_mm.cpp
@@ -6,8 +6,8 @@
using namespace std;
-#define SCORE_WIN 10
-#define SCORE_LOSE (-10)
+#define SCORE_WIN 10000
+#define SCORE_LOSE (-10000)
#define SCORE_TIE 0
#define INF (1e34)