mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 07:55:13 -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
|
|
@ -325,7 +325,7 @@ public final class VorbisSound extends Node {
|
|||
local51 += local55;
|
||||
} while (local55 >= 255);
|
||||
@Pc(67) byte[] local67 = new byte[local51];
|
||||
local4.gBytes(local51, local67);
|
||||
local4.gdata(local51, local67);
|
||||
this.aByteArrayArray10[local46] = local67;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue