summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-24 23:58:40 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-24 23:58:40 +0000
commitec3f633cdaa6b4b0661400d2bada620f58987916 (patch)
treee1592c145f65a804d507d4e83bec3f875e2057f9 /src/map/map.h
parentea40b015cb26db701961714237380e2e64525ae7 (diff)
downloadhercules-ec3f633cdaa6b4b0661400d2bada620f58987916.tar.gz
hercules-ec3f633cdaa6b4b0661400d2bada620f58987916.tar.bz2
hercules-ec3f633cdaa6b4b0661400d2bada620f58987916.tar.xz
hercules-ec3f633cdaa6b4b0661400d2bada620f58987916.zip
- Fixed Warp Portal.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5740 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index b80f6f295..633c7d5da 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -507,7 +507,6 @@ struct map_session_data {
int cart_weight,cart_max_weight,cart_num,cart_max_num;
int fd;
unsigned short mapindex;
- short to_x,to_y;
short speed,prev_speed;
unsigned char head_dir;
unsigned int client_tick,server_tick;