From bdd31693cd3b73ea5a3a9bdc78540e0377df59ec Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 20 Jun 2004 08:42:52 +0000 Subject: Add statistic program for angel. fix some warning and add svn:keywords Id for several files. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2072 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index c32c615b..99be5a50 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -121,10 +121,10 @@ typedef struct userec_t { #define LIVERIGHT 0x200 /* true if get "liveright" already */ #define REJ_OUTTAMAIL 0x400 /* true if don't accept outside mails */ #define REJECT_OUTTAMAIL (cuser.uflag2 & REJ_OUTTAMAIL) -#define REJ_QUESTION 0x800 /* true if don't want to be angel for a while */ -#define REJECT_QUESTION (cuser.uflag2 & REJ_QUESTION) #ifdef PLAY_ANGEL +#define REJ_QUESTION 0x800 /* true if don't want to be angel for a while */ +#define REJECT_QUESTION (cuser.uflag2 & REJ_QUESTION) #define ANGEL_MASK 0x3000 #define ANGEL_R_MAEL 0x1000 /* true if reject male */ #define ANGEL_R_FEMAEL 0x2000 /* true if reject female */ -- cgit v1.2.3