Parser.dll: fix Sfall Script Editor compatibility

This commit is contained in:
phobos2077
2024-06-10 10:19:44 +02:00
parent 13390e3f7c
commit fb2343792c
+1
View File
@@ -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;