diff options
-rw-r--r-- | src/map/script.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index bbae42c6f..8b9b87322 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -1968,7 +1968,6 @@ void script_set_constant2(const char *name, int value, bool isparameter) { int n = add_str(name); if( script->str_data[n].type != C_NOP ) { - script->str_data[n].next = 0; script->str_data[n].func = NULL; script->str_data[n].backpatch = -1; script->str_data[n].label = -1; |