mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-16 07:55:09 -06:00
Client sound fix (dropping still has sound issues)
Cache now includes all music + sfx + sound (taken from revision 550) Drop item handler - removed useless send audio
This commit is contained in:
parent
8b1bcd3a4c
commit
b6495f8d33
58 changed files with 855 additions and 847 deletions
|
|
@ -167,7 +167,7 @@ final class TextureOperation18 extends TextureOperation39 {
|
|||
static AbstractSprite[] method286(int var2, CacheIndex var3) {
|
||||
try {
|
||||
//System.out.println("Class3_Sub13_Sub_23_Sub1 " + var2);
|
||||
return !Class75_Sub4.method1351(var3, 0, var2)?null:Class15.method891(~4);
|
||||
return !Class75_Sub4.method1351(var3, 0, var2)?null: AudioThread.method891(~4);
|
||||
} catch (RuntimeException var5) {
|
||||
throw ClientErrorException.clientError(var5, "kd.F(" + -1 + ',' + 0 + ',' + var2 + ',' + (var3 != null?"{...}":"null") + ')');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue