summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-22 17:21:33 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-22 17:21:33 +0800
commita9c92d3def6c056d692fb8b2bc68d26426e66efe (patch)
tree27b7d7dc0821d27e19a630183444bd651befaf3c
parentb1c4147cc2c3749425869657525f14814386c47f (diff)
downloadpttbbs-scw.angel.tar
pttbbs-scw.angel.tar.gz
pttbbs-scw.angel.tar.bz2
pttbbs-scw.angel.tar.lz
pttbbs-scw.angel.tar.xz
pttbbs-scw.angel.tar.zst
pttbbs-scw.angel.zip
Missing commit.scw.angel
git-svn-id: http://opensvn.csie.org/pttbbs/branches/scw.angel@2013 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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 {