From fb2343792cace3c417c513e42619c57b89248c5c Mon Sep 17 00:00:00 2001 From: phobos2077 Date: Mon, 10 Jun 2024 10:19:44 +0200 Subject: [PATCH] Parser.dll: fix Sfall Script Editor compatibility --- parse.h | 1 + 1 file changed, 1 insertion(+) diff --git a/parse.h b/parse.h index 3432bf4..28e2367 100644 --- a/parse.h +++ b/parse.h @@ -45,6 +45,7 @@ typedef struct { int numRefs; Value value; int type; // this type is where it was declared + int arrayLen; // OBSOLETE, kept for compatibility with Sfall Script Editor int declared; const char* fdeclared; int uses;