summaryrefslogtreecommitdiffstats
path: root/include/gomo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gomo.h')
-rw-r--r--include/gomo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gomo.h b/include/gomo.h
index b1228ba8..b5e8d014 100644
--- a/include/gomo.h
+++ b/include/gomo.h
@@ -3,9 +3,9 @@
#ifndef _INCLUDE_GOMO_H
#define _INCLUDE_GOMO_H
-#define BBLANK (0) /* 空白 */
+#define BBLANK (-1) /* 空白 */
+#define BWHITE (0) /* 白子, 後手 */
#define BBLACK (1) /* 黑子, 先手 */
-#define BWHITE (2) /* 白子, 後手 */
#define MAX_TIME (300) /*最長idle秒數*/
#ifndef BRDSIZ
#define BRDSIZ (15) /* 棋盤單邊大小 */