scripter fix array bug

This commit is contained in:
gemu2015 2019-10-26 10:31:27 +02:00
parent 6529820e0a
commit c5f5bd81fe
1 changed files with 1 additions and 1 deletions

View File

@ -2731,7 +2731,7 @@ int16_t Run_Scripter(const char *type, int8_t tlen, char *js) {
uint8_t index=glob_script_mem.type[ind.index].index;
if ((vtype&STYPE)==0) {
// numeric result
if (ind.bits.settable) {
if (ind.bits.settable || ind.bits.is_filter) {
dfvar=&sysvar;
sysv_type=ind.index;
} else {