AS2 disassembler fixed (jump to the middle of the instuction)

This commit is contained in:
Honfika
2013-09-03 00:35:24 +02:00
parent e087342e72
commit 8f4fbb6679
26 changed files with 1254 additions and 766 deletions
@@ -2240,7 +2240,7 @@ public class Graph {
level--;
}
ret.append(tabString(level));
ret.append(parts[p]);
ret.append(parts[p].trim());
ret.append("\r\n");
if (strippedP.equals("{")) {
level++;