diff options
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r-- | mbbsd/var.c | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c index d8356d02..b9c96319 100644 --- a/mbbsd/var.c +++ b/mbbsd/var.c @@ -1,4 +1,4 @@ -/* $Id: var.c,v 1.17 2003/05/26 05:23:13 in2 Exp $ */ +/* $Id: var.c,v 1.18 2003/05/26 05:30:04 in2 Exp $ */ #define INCLUDE_VAR_H #include "bbs.h" @@ -273,6 +273,43 @@ char *ModeTypeTable[MAX_MODES] = { "", "", "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" }; /* indict.c */ |