From a9c92d3def6c056d692fb8b2bc68d26426e66efe Mon Sep 17 00:00:00 2001 From: scw Date: Sat, 22 May 2004 09:21:33 +0000 Subject: Missing commit. git-svn-id: http://opensvn.csie.org/pttbbs/branches/scw.angel@2013 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 9 +++++---- 1 file 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 { -- cgit v1.2.3