mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:31:17 +00:00
FlashPlayer path modified to "lib/FlashPlayer.exe"
Source Formatting Few refactorings
This commit is contained in:
@@ -20,8 +20,8 @@ import com.jpexs.decompiler.flash.SWFInputStream;
|
||||
import com.jpexs.decompiler.flash.SWFOutputStream;
|
||||
import com.jpexs.decompiler.flash.action.Action;
|
||||
import com.jpexs.decompiler.flash.action.ActionGraphSource;
|
||||
import com.jpexs.decompiler.flash.action.parser.FlasmLexer;
|
||||
import com.jpexs.decompiler.flash.action.parser.ParseException;
|
||||
import com.jpexs.decompiler.flash.action.parser.pcode.FlasmLexer;
|
||||
import com.jpexs.decompiler.flash.graph.GraphSource;
|
||||
import com.jpexs.decompiler.flash.graph.GraphSourceItem;
|
||||
import com.jpexs.decompiler.flash.helpers.Helper;
|
||||
@@ -48,6 +48,11 @@ public class ActionIf extends Action {
|
||||
this.offset = offset;
|
||||
}
|
||||
|
||||
public ActionIf(int offset) {
|
||||
super(0x9D, 2);
|
||||
setJumpOffset(offset);
|
||||
}
|
||||
|
||||
public ActionIf(SWFInputStream sis) throws IOException {
|
||||
super(0x9D, 2);
|
||||
setJumpOffset(sis.readSI16());
|
||||
|
||||
Reference in New Issue
Block a user