mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:00:47 +00:00
AS3: Parameter names disabled, because Flash CS5.5 inserts invalid param names indices that may cause problems
This commit is contained in:
@@ -70,6 +70,9 @@ public class Main {
|
||||
/** Turn off decompiling if needed */
|
||||
public static final boolean DO_DECOMPILE=true;
|
||||
|
||||
//using parameter names in decompiling may cause problems because oficial programs like Flash CS 5.5 inserts wrong parameter names indices
|
||||
public static final boolean PARAM_NAMES_ENABLE=false;
|
||||
|
||||
public static String getFileTitle() {
|
||||
if (maskURL != null) return maskURL;
|
||||
return file;
|
||||
|
||||
Reference in New Issue
Block a user