Moved some more methods to utility classes

This commit is contained in:
Pazaz 2022-06-28 04:19:41 -04:00
parent ad45cb829b
commit 4c73508f1f
25 changed files with 817 additions and 805 deletions

View file

@ -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;