summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-12 17:30:31 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-12 17:30:31 +0000
commitcf66ac82f7269a192f31f9465b1187e73635ceb5 (patch)
tree378eafc5d70a4a70c318741bac8c5de75ee6d047 /src/map/map.h
parent478427b21698e12a1effda8aad29cb2ed5038c05 (diff)
downloadhercules-cf66ac82f7269a192f31f9465b1187e73635ceb5.tar.gz
hercules-cf66ac82f7269a192f31f9465b1187e73635ceb5.tar.bz2
hercules-cf66ac82f7269a192f31f9465b1187e73635ceb5.tar.xz
hercules-cf66ac82f7269a192f31f9465b1187e73635ceb5.zip
* Added a message to let know the client if the mail inbox is full.
* On LoadEndAck added a flag to know if the client is allready changing map or just doing teleport/fly wing. - This will reduce a little bit some info send to the client that only need to be updated on map change. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12349 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 06d3922c7..2a9666742 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -549,6 +549,7 @@ struct map_session_data {
unsigned short autoloot;
unsigned short autolootid; // [Zephyrus]
unsigned noks : 3; // [Zeph Kill Steal Protection]
+ bool changemap;
struct guild *gmaster_flag;
} state;
struct {