summaryrefslogtreecommitdiff
path: root/ai_mm2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ai_mm2.cpp')
-rw-r--r--ai_mm2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ai_mm2.cpp b/ai_mm2.cpp
index 93b40b2..843a419 100644
--- a/ai_mm2.cpp
+++ b/ai_mm2.cpp
@@ -7,8 +7,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)