summaryrefslogtreecommitdiff
path: root/src/map/npc_chat.c
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-23 07:14:39 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-23 07:14:39 +0000
commit68eece1dc1f4406e39ed1aba3627da7673fb051d (patch)
treec6087a7931b780b610df8fa0f9cca9d951168f19 /src/map/npc_chat.c
parentc53edaa51981d0bbb696b15792c0ab5726113c83 (diff)
downloadhercules-68eece1dc1f4406e39ed1aba3627da7673fb051d.tar.gz
hercules-68eece1dc1f4406e39ed1aba3627da7673fb051d.tar.bz2
hercules-68eece1dc1f4406e39ed1aba3627da7673fb051d.tar.xz
hercules-68eece1dc1f4406e39ed1aba3627da7673fb051d.zip
* Temporary resolved npc_chat.c macro issue. Please revise where to put the macros.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10057 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc_chat.c')
-rw-r--r--src/map/npc_chat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/npc_chat.c b/src/map/npc_chat.c
index bd39a588c..1324d973c 100644
--- a/src/map/npc_chat.c
+++ b/src/map/npc_chat.c
@@ -25,6 +25,9 @@
#include "pcre.h"
+/// Returns the stack_data at the target index
+#define script_getdata(st,i) &((st)->stack->stack_data[(st)->start+(i)])
+
/**
* Written by MouseJstr in a vision... (2/21/2005)
*