mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Moved some more methods to utility classes
This commit is contained in:
parent
ad45cb829b
commit
4c73508f1f
25 changed files with 817 additions and 805 deletions
|
|
@ -164,7 +164,7 @@ public abstract class MaterialManager_Class106 {
|
|||
}
|
||||
for (local14 = 0; local14 < 255; local14++) {
|
||||
@Pc(41) int local41 = 255 - local14;
|
||||
@Pc(46) int local46 = Texture.method3219(local41, local12);
|
||||
@Pc(46) int local46 = RandomUtils.nextInt(local41, local12);
|
||||
@Pc(51) short local51 = this.aShortArray69[local46];
|
||||
this.aShortArray69[local46] = this.aShortArray69[local41];
|
||||
this.aShortArray69[local41] = this.aShortArray69[local41 + 256] = local51;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue