mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 17:40:19 -07:00
Extend varp array to support cases where a server has >2500
This commit is contained in:
parent
1523a94221
commit
aa72ec12d2
15 changed files with 28 additions and 29 deletions
|
|
@ -98,7 +98,7 @@ public final class ScriptRunner {
|
|||
}
|
||||
if (opcode == 1) {
|
||||
id = intOperands[pc];
|
||||
intStack[isp++] = VarpDomain.varps[id];
|
||||
intStack[isp++] = VarpDomain.activeVarps[id];
|
||||
continue;
|
||||
}
|
||||
if (opcode == 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue