From 03f93ae5b5773347501500802e828387971e5d15 Mon Sep 17 00:00:00 2001 From: in2 Date: Wed, 31 Dec 2003 10:20:33 +0000 Subject: NOKILLWATERBALL git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1440 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index 3c547901..f20294f9 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -288,6 +288,9 @@ typedef struct userinfo_t { char sex; char color; char mind[4]; +#ifdef NOKILLWATERBALL + time_t wbtime; +#endif } userinfo_t; typedef struct water_t { -- cgit v1.2.3