From d8edfe7eb9e7d86da24c87198f03432b73e72284 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 14 Sep 2015 16:21:12 +0200 Subject: Changed struct map_session_data::queues into a VECTOR and renamed to ::script_queues Signed-off-by: Haru --- src/map/pc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/pc.h') 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 -- cgit v1.2.3-60-g2f50