From 6b230a4de27de394dd4e28662cd27070ab91c1f1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Mar 2015 22:23:12 +0300 Subject: Replace struct map_session_data to TBL_PC. --- src/map/map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index a4376fe..618ae9c 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -53,7 +53,7 @@ void emap_online_list(int fd) { char *buf = aCalloc (1, 20000); char *ptr = buf; - struct map_session_data* sd; + TBL_PC* sd; struct SessionExt *data1 = session_get(fd); if (!data1) @@ -70,7 +70,7 @@ void emap_online_list(int fd) return; } - struct map_session_data* ssd = (struct map_session_data*)session[fd]->session_data; + TBL_PC* ssd = (TBL_PC*)session[fd]->session_data; if (!ssd) { aFree(buf); -- cgit v1.2.3-60-g2f50