mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
|
|
@ -33,7 +33,7 @@ public final class SoundBank {
|
|||
if (local37 != null) {
|
||||
return local37;
|
||||
} else if (arg0 == null || arg0[0] > 0) {
|
||||
@Pc(59) SynthSound local59 = Static292.method3988(this.aClass153_52, arg1, arg2);
|
||||
@Pc(59) SynthSound local59 = SynthSound.create(this.aClass153_52, arg1, arg2);
|
||||
if (local59 == null) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue