Server/Client/src/main/java/org/runite/client/Sound.java
Woah d821ac7197 Audio renaming (still need to find sound effect audio)
Identified the probable cause of the display thread death HDToolKit.bufferSwap. There's an error that gets thrown when the user exits the client without going through the proper way to do so which is unacceptable. A band-aid has been applied.
2021-03-25 18:08:27 -04:00

10 lines
125 B
Java

package org.runite.client;
import org.rs09.client.Linkable;
abstract class Sound extends Linkable {
int anInt2374;
}