mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 04:11:13 +00:00
Swf 10 variable flag
This commit is contained in:
@@ -618,6 +618,10 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
flagsStr.add("onlySWF9Up");
|
||||
}
|
||||
|
||||
if ((flags & VariableFlags.ONLY_SWF10_UP) > 0) {
|
||||
flagsStr.add("onlySWF10Up");
|
||||
}
|
||||
|
||||
for (Integer f : unknownFlags) {
|
||||
if ((flags & f) > 0) {
|
||||
flagsStr.add("unk" + f);
|
||||
|
||||
Reference in New Issue
Block a user