summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 19c53727..fcdb77bb 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -343,10 +343,15 @@ typedef struct userinfo_t {
unsigned short int chc_win;
unsigned short int chc_lose;
unsigned short int chc_tie;
- unsigned short int goodpost;
- unsigned short int badpost;
- unsigned short int goodsale;
- unsigned short int badsale;
+
+ unsigned char goodpost;
+ char pad_1;
+ unsigned char badpost;
+ char pad_2;
+ unsigned char goodsale;
+ char pad_3;
+ unsigned char badsale;
+ char pad_4;
char mailalert;
char sex;