summaryrefslogtreecommitdiffstats
path: root/include/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h
index a2de94a0..6d0cacf6 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -59,7 +59,7 @@
#define MAILALL 39
#define MJ 40
#define P_FRIEND 41
-#define LOGIN 42 /* main menu *//* 所有其他選單動態須在此之前 */
+#define LOGIN 42 /* main menu */
#define DICT 43
#define BRIDGE 44
#define ARCHIE 45
@@ -99,6 +99,7 @@
#define REEDIT 79
#define BLOGGING 80
#define CHESSWATCHING 81
+#define MODE_MAX 81 /* 所有其他選單動態須在此之前 */
/* menu.c 中的模式 */
#define QUIT 0x666 /* Return value to abort recursive functions */