fix resolution to address value in array case; reintroduce macro map building (but this time it is frontend-wide rather than locked to a watch window)

This commit is contained in:
Ryan Fleury
2024-08-06 08:58:30 -07:00
parent 26f75fe7c1
commit 24d398e3c0
3 changed files with 53 additions and 32 deletions
+1 -1
View File
@@ -8547,7 +8547,7 @@ df_single_line_eval_value_strings_from_eval(Arena *arena, DF_EvalVizStringFlags
// rjf: descend to pointed-at thing
else if(direct_type_has_content && (flags & DF_EvalVizStringFlag_ReadOnlyDisplayRules))
{
if(depth < 3)
if(depth < 5)
{
E_Eval pted_eval = zero_struct;
pted_eval.type_key = direct_type_key;