mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 00:38:13 +00:00
comma operator in while condition
AS1/2 switch fix
This commit is contained in:
@@ -146,7 +146,9 @@ public class ActionGraph extends Graph {
|
||||
int pos = 0;
|
||||
StrictEqTreeItem set = (StrictEqTreeItem) stack.pop();
|
||||
caseValuesMap.put(pos, set.rightSide);
|
||||
|
||||
if (set.leftSide instanceof StoreRegisterTreeItem) {
|
||||
switchedObject = ((StoreRegisterTreeItem) set.leftSide).value;
|
||||
}
|
||||
//GraphPart switchLoc = part.nextParts.get(1).nextParts.get(0);
|
||||
List<GraphPart> caseBodyParts = new ArrayList<GraphPart>();
|
||||
caseBodyParts.add(part.nextParts.get(0));
|
||||
|
||||
Reference in New Issue
Block a user