Skip to content

Commit 754c363

Browse files
committed
Fix EX_SetSet not continuing to next instruction
1 parent cff1a82 commit 754c363

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SummaryGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ Lines Stringify(KismetExpression exp, ref uint index, List<Reference> referenced
725725
lines.Add(Stringify(arg, ref index, referencedAddresses));
726726
}
727727
index++;
728+
if (top) referencedAddresses.Add(new Reference(index, ReferenceType.Normal));
728729
break;
729730
}
730731
case EX_SetMap e:

0 commit comments

Comments
 (0)