mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07: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
|
|
@ -388,7 +388,7 @@ public class SceneGraph {
|
|||
break;
|
||||
}
|
||||
if (local32 <= 49) {
|
||||
tileOverlays[arg7][arg5][arg4] = arg3.g1s();
|
||||
tileOverlays[arg7][arg5][arg4] = arg3.g1b();
|
||||
tileShapes[arg7][arg5][arg4] = (byte) ((local32 - 2) / 4);
|
||||
tileAngles[arg7][arg5][arg4] = (byte) (local32 + arg6 - 2 & 0x3);
|
||||
} else if (local32 > 81) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue