diff options
-rw-r--r-- | include/pttstruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index f4f09371..58ac0810 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -90,6 +90,7 @@ typedef struct userec_t { time4_t lastsong; /* 上次點歌時間 */ unsigned int loginview; /* 進站畫面 */ unsigned char channel; /* TODO unused */ + char padxxx; unsigned short vl_count; /* 違法記錄 ViolateLaw counter */ unsigned short five_win; /* 五子棋戰績 勝 */ unsigned short five_lose; /* 五子棋戰績 敗 */ |