diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h index 274bc9022..bc142c125 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -82,7 +82,7 @@ struct dbt* script_get_userfunc_db(void); int script_config_read(char *cfgName); int do_init_script(void); int do_final_script(void); -int add_str(const unsigned char *p); +int add_str(const char *p); int script_reload(void); extern char mapreg_txt[]; |