mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
More accurate Buffer naming, renamed allocation arrays
This commit is contained in:
parent
5e66d3ba01
commit
c5ef44dfcb
58 changed files with 891 additions and 896 deletions
|
|
@ -21,7 +21,7 @@ public final class Js5Compression {
|
|||
throw new RuntimeException();
|
||||
} else if (type == 0) {
|
||||
@Pc(53) byte[] bytes = new byte[len];
|
||||
buffer.gBytes(len, bytes);
|
||||
buffer.gdata(len, bytes);
|
||||
return bytes;
|
||||
} else {
|
||||
@Pc(65) int uncompressedLen = buffer.g4();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue