summaryrefslogtreecommitdiffstats
path: root/include/modes.h
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-24 16:13:56 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-24 16:13:56 +0800
commit724516f9d41111196505d07d7deb9c84ec2dca81 (patch)
treedeeeabb05f17dc4f6b9021203b7c2225c0e4bf17 /include/modes.h
parent0bd0de593521362768058dbb6847b888a02562c0 (diff)
downloadpttbbs-724516f9d41111196505d07d7deb9c84ec2dca81.tar
pttbbs-724516f9d41111196505d07d7deb9c84ec2dca81.tar.gz
pttbbs-724516f9d41111196505d07d7deb9c84ec2dca81.tar.bz2
pttbbs-724516f9d41111196505d07d7deb9c84ec2dca81.tar.lz
pttbbs-724516f9d41111196505d07d7deb9c84ec2dca81.tar.xz
pttbbs-724516f9d41111196505d07d7deb9c84ec2dca81.tar.zst
pttbbs-724516f9d41111196505d07d7deb9c84ec2dca81.zip
Angel leaving message.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2079 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 */