1 parent cff1a82 commit 754c363Copy full SHA for 754c363
1 file changed
SummaryGenerator.cs
@@ -725,6 +725,7 @@ Lines Stringify(KismetExpression exp, ref uint index, List<Reference> referenced
725
lines.Add(Stringify(arg, ref index, referencedAddresses));
726
}
727
index++;
728
+ if (top) referencedAddresses.Add(new Reference(index, ReferenceType.Normal));
729
break;
730
731
case EX_SetMap e:
0 commit comments