summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index f7062848..8bcd145c 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -396,6 +396,16 @@ int chc_lefttime;
int chc_my, chc_turn, chc_selected, chc_firststep;
char chc_warnmsg[64], *chc_mateid;
+/* user.c */
+#ifdef CHESSCOUNTRY
+int user_query_mode;
+/*
+ * user_query_mode = 0 simple data
+ * = 1 gomoku chess country data
+ * = 2 chc chess country data
+ */
+#endif /* defined(CHESSCOUNTRY) */
+
/* screen.c */
#define scr_lns t_lines
#define scr_cols ANSILINELEN