diff options
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 2e3e5492..0d60a7a5 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.33 2003/04/07 08:08:47 in2 Exp $ */ +/* $Id: pttstruct.h,v 1.34 2003/04/08 09:53:21 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -353,8 +353,9 @@ typedef struct { union { int v[192]; struct { - int dymaxactive; - int toomanyusers; + int dymaxactive; /* 動態設定最大人數上限 */ + int toomanyusers; /* 超過人數上限不給進的個數 */ + int noonlineuser; /* 站上使用者不高亮度顯示 */ } e; } GV2; char gap3_2[128]; |