replaced several isdefined( condition ) && condition with is_true()

Also added the corresponding include if it was missing.
This commit is contained in:
JezuzLizard
2020-07-23 07:27:39 -07:00
parent b8751d00fc
commit 272a52cdf6
33 changed files with 109 additions and 98 deletions

View File

@ -13,7 +13,7 @@ createstruct() //checked matches cerberus output
findstruct( position ) //checked changed to match cerberus output see info.md
{
foreach ( _ in level.struct_class_names )
foreach ( key in level.struct_class_names )
{
foreach ( s_array in level.struct_class_names[ key ] )
{