mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 10:24:38 +00:00
#1938] AS3 Direct editation - setting default values for slots
This commit is contained in:
@@ -34,6 +34,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Deobfuscation icon on script toolbar did not match the deobfuscation status
|
||||
- [#1938] AS3 Direct editation - implied this instead of findprop
|
||||
- [#1938] AS3 Direct editation - local registers coerce/convert
|
||||
- [#1938] AS3 Direct editation - setting default values for slots
|
||||
|
||||
## [18.3.2] - 2023-01-10
|
||||
### Removed
|
||||
|
||||
@@ -1850,7 +1850,7 @@ public class AVM2SourceGenerator implements SourceGenerator {
|
||||
continue;
|
||||
}
|
||||
|
||||
NameAVM2Item d = new NameAVM2Item(n.type, n.line, n.isAttribute(), n.getVariableName(), n.getNamespaceSuffix(), NameAVM2Item.getDefaultValue("" + n.type), true, n.openedNamespaces, abcIndex);
|
||||
NameAVM2Item d = new NameAVM2Item(n.type, n.line, n.isAttribute(), n.getVariableName(), n.getNamespaceSuffix(), null /*NameAVM2Item.getDefaultValue("" + n.type)*/, true, n.openedNamespaces, abcIndex);
|
||||
//no index
|
||||
if (needsActivation) {
|
||||
if (d.getSlotNumber() <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user