diff options
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index b3de9a30..f4f09371 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -84,13 +84,12 @@ typedef struct userec_t { unsigned char state; /* TODO unknown (unused ?) */ unsigned char pager; /* 呼叫器狀態 */ unsigned char invisible; /* 隱形狀態 */ - char padxx[3]; + char padxx[2]; unsigned int exmailbox; /* 購買信箱數 TODO short 就夠了 */ chicken_t mychicken; /* 寵物 */ time4_t lastsong; /* 上次點歌時間 */ unsigned int loginview; /* 進站畫面 */ unsigned char channel; /* TODO unused */ - char padxxx[3]; unsigned short vl_count; /* 違法記錄 ViolateLaw counter */ unsigned short five_win; /* 五子棋戰績 勝 */ unsigned short five_lose; /* 五子棋戰績 敗 */ |