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 6617e9fc..d5ff30ab 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -113,7 +113,8 @@
#define UMODE_CONN6 84
#define REVERSI 85
#define UMODE_BBSLUA 86
-#define MODE_MAX 87 /* 所有其他選單動態須在此之前 */
+#define UMODE_ASCIIMOVIE 87
+#define MODE_MAX 88 /* 所有其他選單動態須在此之前 */
/* menu.c 中的模式 */
#define QUIT 0x666 /* Return value to abort recursive functions */