summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index eb0f34e4..7a419c42 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -244,11 +244,12 @@ typedef struct {
#define FAVGMAX 32 /* Max groups of Myfavorite */
#define FAVGSLEN 8 /* Max Length of Description String */
-#ifdef PLAY_ANGEL
/* values of msgque_t::msgmode */
-#define MSG_GENERAL 0
-#define MSG_FROMANGEL 1
-#define MSG_TOANGEL 2
+#define MSGMODE_TALK 0
+#define MSGMODE_WRITE 1
+#ifdef PLAY_ANGEL
+#define MSGMODE_FROMANGEL 2
+#define MSGMODE_TOANGEL 3
#endif
typedef struct msgque_t {