summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index 88a6f348..17dd550b 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -181,7 +181,6 @@ char * const str_post1 = STR_POST1;
char * const str_post2 = STR_POST2;
char * const BBSName = BBSNAME;
-/* #define MAX_MODES 78 */
/* MAX_MODES is defined in common.h */
char * const ModeTypeTable[MAX_MODES] = {
@@ -270,8 +269,8 @@ char * const ModeTypeTable[MAX_MODES] = {
"下圍棋", /* UMODE_GO */
"[系統錯誤]", /* DEBUGSLEEPING */
"連六棋", /* UMODE_CONN6 */
- "", /* for future usage */
- "",
+ "黑白棋", /* REVERSI */
+ "BBSLUA", /* UMODE_BBSLUA */
"",
"",
"",