summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-09-14 03:42:00 -0300
committershennetsind <ind@henn.et>2013-09-14 03:42:00 -0300
commit0fd46a8156bfd9b66c2237f61e43c492c418181c (patch)
treef106e39ef9e51e454bddd277b55a2e2662c01adb
parentc1c3ef1e0b356aaa89d8fba6d63b86130e8aae9c (diff)
downloadhercules-0fd46a8156bfd9b66c2237f61e43c492c418181c.tar.gz
hercules-0fd46a8156bfd9b66c2237f61e43c492c418181c.tar.bz2
hercules-0fd46a8156bfd9b66c2237f61e43c492c418181c.tar.xz
hercules-0fd46a8156bfd9b66c2237f61e43c492c418181c.zip
Hello World.
nevermind, testing something. Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r--src/map/script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 1c67abd4a..54a41dc04 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -63,6 +63,7 @@
#include <setjmp.h>
#include <errno.h>
+
#define FETCH(n, t) \
if( script_hasdata(st,n) ) \
(t)=script_getnum(st,n);