summaryrefslogtreecommitdiffstats
path: root/DTScopedVars.c
diff options
context:
space:
mode:
Diffstat (limited to 'DTScopedVars.c')
-rw-r--r--DTScopedVars.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/DTScopedVars.c b/DTScopedVars.c
index 3165553..b0ee0fe 100644
--- a/DTScopedVars.c
+++ b/DTScopedVars.c
@@ -96,6 +96,14 @@ global func CheckScopedVar(array variable)
return true;
}
}
+
+ if(variable[0] == ScopedVar_MapIndex)
+ {
+ if(CheckScopedVar(variable[1]))
+ {
+ return true;
+ }
+ }
}
if(this)