mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 19:15:19 +00:00
This commit is contained in:
@@ -63,6 +63,11 @@ public abstract class BaseLocalData {
|
||||
*/
|
||||
public Reference<Integer> maxTempIndex = new Reference<>(0);
|
||||
|
||||
/**
|
||||
* Wheter goto statements were used
|
||||
*/
|
||||
public Reference<Boolean> gotosUsed = new Reference<>(false);
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user