summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/script.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index f63202834..f014aab7e 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -1969,7 +1969,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;