summaryrefslogtreecommitdiff
path: root/include/tak.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tak.h')
-rw-r--r--include/tak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tak.h b/include/tak.h
index 6773bcd..7d96b9a 100644
--- a/include/tak.h
+++ b/include/tak.h
@@ -3,7 +3,7 @@
enum E_RESULT {
ACT_OK, ACT_ILLEGAL, ACT_OVERFLOW,
PTN_VALID, PTN_INVALID,
- WIN_NONE, WIN_DRAW, WIN_FLAT_WHITE, WIN_FLAT_BLACK,
+ WIN_DRAW, WIN_FLAT_WHITE, WIN_FLAT_BLACK,
WIN_ROAD_WHITE, WIN_ROAD_BLACK, WIN_DRAGON };
// -------------------------------------------------------------------