runescape-client: fix the thing

This commit is contained in:
ThatGamerBlue
2020-12-11 06:14:29 +00:00
parent f74baf08ce
commit 463bc42f5f
325 changed files with 35526 additions and 35531 deletions

View File

@@ -39,9 +39,9 @@ public class class182 {
static int menuHeight;
static {
directions = new int[128][128];
distances = new int[128][128];
bufferX = new int[4096];
bufferY = new int[4096];
directions = new int[128][128]; // L: 6
distances = new int[128][128]; // L: 7
bufferX = new int[4096]; // L: 11
bufferY = new int[4096]; // L: 12
}
}