summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-05 15:34:09 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-05 15:34:09 +0000
commit719a3c6f819cdd752d1719d8ed1cf21e47d8bbc5 (patch)
treee096d34994f74adbd14d6b016346a8c4fd598b9d /src/common/mmo.h
parent91d9a6f88a6eb8dea142a1c6bdb20385fa8a3721 (diff)
downloadhercules-719a3c6f819cdd752d1719d8ed1cf21e47d8bbc5.tar.gz
hercules-719a3c6f819cdd752d1719d8ed1cf21e47d8bbc5.tar.bz2
hercules-719a3c6f819cdd752d1719d8ed1cf21e47d8bbc5.tar.xz
hercules-719a3c6f819cdd752d1719d8ed1cf21e47d8bbc5.zip
Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13433 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h2
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];
};