mirror of
https://github.com/sfall-team/sslc.git
synced 2026-07-27 16:52:49 -07:00
Parser.dll: fix Sfall Script Editor compatibility
This commit is contained in:
@@ -45,6 +45,7 @@ typedef struct {
|
|||||||
int numRefs;
|
int numRefs;
|
||||||
Value value;
|
Value value;
|
||||||
int type; // this type is where it was declared
|
int type; // this type is where it was declared
|
||||||
|
int arrayLen; // OBSOLETE, kept for compatibility with Sfall Script Editor
|
||||||
int declared;
|
int declared;
|
||||||
const char* fdeclared;
|
const char* fdeclared;
|
||||||
int uses;
|
int uses;
|
||||||
|
|||||||
Reference in New Issue
Block a user