diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 3ba9d7264..2bd88c636 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -332,7 +332,7 @@ struct mail_message { struct mail_data { short amount; - bool changed, full; + bool full; short unchecked, unread; struct mail_message msg[MAIL_MAX_INBOX]; }; |