diff options
author | Murilo Pereti Tavares <murilopereti@gmail.com> | 2018-01-25 01:13:35 -0200 |
---|---|---|
committer | Murilo Pereti Tavares <murilopereti@gmail.com> | 2018-01-25 01:13:35 -0200 |
commit | 33982166de006d777aa2d95a9d95b2778db1c65a (patch) | |
tree | 624af259bb4717ac72f6ce9c09790b6ea77efc3d /src/map/script.c | |
parent | 5808b1363619a4d1ece4e89a464c0f48225f3a23 (diff) | |
download | hercules-33982166de006d777aa2d95a9d95b2778db1c65a.tar.gz hercules-33982166de006d777aa2d95a9d95b2778db1c65a.tar.bz2 hercules-33982166de006d777aa2d95a9d95b2778db1c65a.tar.xz hercules-33982166de006d777aa2d95a9d95b2778db1c65a.zip |
Implementation of 'constants.inc' file
This file will help to make constants that are only accessible on src to be accessible on scripts too.
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c index d7a65f554..fc304d4ff 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -24923,6 +24923,7 @@ void script_hardcoded_constants(void) script->set_constant("RENEWAL_ASPD", 0, false, false); #endif script->constdb_comment(NULL); +#include "constants.inc" } /** |