summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-09-14 16:21:12 +0200
committerHaru <haru@dotalux.com>2015-11-14 21:13:54 +0100
commitd8edfe7eb9e7d86da24c87198f03432b73e72284 (patch)
tree5f297cb815897d1b73b790b7ffc19cd8d82a46f8 /src/map/pc.h
parent1d064776214d3f962b9af585555cca686906665a (diff)
downloadhercules-d8edfe7eb9e7d86da24c87198f03432b73e72284.tar.gz
hercules-d8edfe7eb9e7d86da24c87198f03432b73e72284.tar.bz2
hercules-d8edfe7eb9e7d86da24c87198f03432b73e72284.tar.xz
hercules-d8edfe7eb9e7d86da24c87198f03432b73e72284.zip
Changed struct map_session_data::queues into a VECTOR and renamed to ::script_queues
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 2c8b24acf..62571f12a 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -531,8 +531,7 @@ END_ZEROED_BLOCK;
enum bg_queue_types type;
} bg_queue;
- int *queues;
- unsigned int queues_count;
+ VECTOR_DECL(int) script_queues;
/* Made Possible Thanks to Yommy~! */
unsigned int cryptKey; ///< Packet obfuscation key to be used for the next received packet