summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-11 21:52:27 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-11 21:52:27 +0000
commit7f52e01fda112cf0fe42a72bd577ab2de938ee5b (patch)
tree39d6d59b88ff54162699c078577411ac3ac7762a /src/map/script.h
parent61913f7c7688300d783ee5836d50e44048728e28 (diff)
downloadhercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.tar.gz
hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.tar.bz2
hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.tar.xz
hercules-7f52e01fda112cf0fe42a72bd577ab2de938ee5b.zip
* Added support for checking argument data type of built-in script functions (bugreport:1701, topic:261833, related r14573).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14577 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 8e9acabaf..9bc697e98 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -11,6 +11,7 @@ extern int potion_hp, potion_per_hp, potion_sp, potion_per_sp;
extern int potion_target;
extern struct Script_Config {
+ unsigned warn_func_mismatch_argtypes : 1;
unsigned warn_func_mismatch_paramnum : 1;
int check_cmdcount;
int check_gotocount;