[s] Fixes datum var hiding (#26027)

* .

* Buildmode

* SDQL global. now refers to GLOB

@kevinz000

* Another SDQL thing

* Fix
This commit is contained in:
Cyberboss
2017-04-12 11:20:46 +12:00
committed by oranges
parent a4e8051a05
commit a8cc3cd6c2
7 changed files with 31 additions and 16 deletions
@@ -528,6 +528,9 @@ GLOBAL_PROTECT(VVpixelmovement)
variable = input("Which var?","Var") as null|anything in names
if(!variable)
return
if(!O.can_vv_get(variable))
return
var_value = O.vars[variable]