diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.h b/src/map/script.h index fd329116e..84f2b34a1 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -26,8 +26,8 @@ extern struct Script_Config { const char *baselvup_event_name; const char *joblvup_event_name; - char ontouch_name[NAME_LENGTH]; - char ontouch2_name[NAME_LENGTH]; + const char* ontouch_name; + const char* ontouch2_name; } script_config; typedef enum c_op { |