diff options
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |