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:
Woah 2021-03-31 06:23:23 -04:00
parent 8b1bcd3a4c
commit b6495f8d33
58 changed files with 855 additions and 847 deletions

View file

@ -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") + ')');
}