Extend varp array to support cases where a server has >2500

This commit is contained in:
Pazaz 2022-04-27 11:35:48 -04:00
parent 1523a94221
commit aa72ec12d2
15 changed files with 28 additions and 29 deletions

View file

@ -144,7 +144,7 @@ public final class Static38 {
if ((local28.value & 0x3FFFFFFFFFFFFFFFL) < local4) {
if ((local28.value & 0x4000000000000000L) != 0L) {
@Pc(58) int local58 = (int) local28.key;
VarpDomain.varps[local58] = Static106.varp[local58];
VarpDomain.activeVarps[local58] = VarpDomain.varp[local58];
local28.unlink();
return local58;
}