forked from 2009Scape/Server
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.
This commit is contained in:
parent
8949233eae
commit
d821ac7197
69 changed files with 1003 additions and 1007 deletions
|
|
@ -99,7 +99,7 @@ class Class155 {
|
|||
Class3_Sub24 var11 = this.aClass3_Sub24Array1980[var7];
|
||||
|
||||
while (var11 != null) {
|
||||
Class3_Sub12 var12 = var11.aClass3_Sub12_2544;
|
||||
Sound var12 = var11.aSound_2544;
|
||||
if (var12 != null && var12.anInt2374 > var8) {
|
||||
var5 |= 1 << var7;
|
||||
var10 = var11;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue