summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-01-13 23:53:31 -0200
committershennetsind <ind@henn.et>2014-01-13 23:53:31 -0200
commit18291e8b8834d74e5775baeb296104cfaebe9e54 (patch)
treeb9d8497fa0d2ea73453534a7ccb6bcf5c0d33386 /src/map/script.h
parente1a0059919dbc4f5c7e803a496b8d150c0a070f5 (diff)
parent9832e82b0e8dbda38bf4feb18e48cf5335e213ee (diff)
downloadhercules-18291e8b8834d74e5775baeb296104cfaebe9e54.tar.gz
hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.tar.bz2
hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.tar.xz
hercules-18291e8b8834d74e5775baeb296104cfaebe9e54.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 7a643fa3e..97db2a775 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -575,7 +575,6 @@ struct script_interface {
void (*pop_stack) (struct script_state* st, int start, int end);
void (*set_constant) (const char* name, int value, bool isparameter);
void (*set_constant2) (const char *name, int value, bool isparameter);
- void (*set_constant_force) (const char *name, int value, bool isparameter);
bool (*get_constant) (const char* name, int* value);
void (*label_add)(int key, int pos);
void (*run) (struct script_code *rootscript,int pos,int rid,int oid);