diff options
author | shennetsind <ind@henn.et> | 2014-02-26 14:52:21 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-26 14:52:21 -0300 |
commit | a5728fd9ada82b21629fd4cd3bbc9e52555b6881 (patch) | |
tree | 9b10f67a6d157b80a4f2174fb43b8470fafc6de6 /src/map/script.h | |
parent | 142a8f463120274fd9915a8a3a604d27ce42c43d (diff) | |
download | hercules-a5728fd9ada82b21629fd4cd3bbc9e52555b6881.tar.gz hercules-a5728fd9ada82b21629fd4cd3bbc9e52555b6881.tar.bz2 hercules-a5728fd9ada82b21629fd4cd3bbc9e52555b6881.tar.xz hercules-a5728fd9ada82b21629fd4cd3bbc9e52555b6881.zip |
Removed Option_ constants from const.txt, now input directly from the source
a benefit, for example, would be that the compounds are always up to date regardless if new members are added, also added a new compound OPTION_COSTUME
Special Thanks to Haruna, and AnnieRuru for pointing out constdb's outdatedness.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 3835a130b..5ce77799a 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -694,6 +694,8 @@ struct script_interface { /* */ void (*generic_ui_array_expand) (unsigned int plus); unsigned int *(*array_cpy_list) (struct script_array *sa); + /* */ + void (*hardcoded_constants) (void); }; struct script_interface *script; |