mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 23:20:46 +00:00
using swf.version instead of SWF.DEFAULT_VERSION where available
This commit is contained in:
@@ -34,7 +34,7 @@ import java.util.Set;
|
||||
public class SWFSearch {
|
||||
|
||||
protected Searchable s;
|
||||
private boolean noCheck;
|
||||
private final boolean noCheck;
|
||||
private boolean processed = false;
|
||||
private final Set<ProgressListener> listeners = new HashSet<>();
|
||||
private final Map<Long, MemoryInputStream> swfStreams = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user