summaryrefslogtreecommitdiff
path: root/include/tak.h
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-15 23:45:16 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit5a72da9ae99689a8a3571b23b7a639a4efc58abc (patch)
tree24fb3f4858184f49f337e57662db5c6f42f8700e /include/tak.h
parentf5df4d3710c94822a6602a3e4936287ea5d61bab (diff)
Dragon is not separate, fixed concession, allowing playing as b/w
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 27984a1..ad0b994 100644
--- a/include/tak.h
+++ b/include/tak.h
@@ -14,7 +14,7 @@ enum STONE_VARIANT { STONE_FLAT, STONE_STANDING, STONE_CAPSTONE };
enum MOVE_DIRECTION { M_UP, M_DOWN, M_LEFT, M_RIGHT };
enum WIN_TYPE { WIN_DRAW,
WIN_FLAT_WHITE, WIN_FLAT_BLACK,
- WIN_ROAD_WHITE, WIN_ROAD_BLACK, WIN_DRAGON};
+ WIN_ROAD_WHITE, WIN_ROAD_BLACK };
typedef uint8_t data_t;
typedef uint16_t colour_stack_t;