mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-11 05:30:59 -06:00
Named both loading screen bar draws
Added notes on some of the interface draws (alpha boxes/container borders)
This commit is contained in:
parent
d821ac7197
commit
fc66ab98c8
44 changed files with 5637 additions and 5695 deletions
|
|
@ -37,4 +37,15 @@ public class CS2Methods {
|
|||
throw ClientErrorException.clientError(var4, "bd.C(" + (byte) 114 + ',' + var1 + ')');
|
||||
}
|
||||
}
|
||||
|
||||
static void method532(int var0) {
|
||||
try {
|
||||
Class3_Sub25 var2 = (Class3_Sub25) Class3_Sub2.aHashTable_2220.get(var0);
|
||||
if (null != var2) {
|
||||
var2.unlink();
|
||||
}
|
||||
} catch (RuntimeException var3) {
|
||||
throw ClientErrorException.clientError(var3, "bc.A(" + var0 + ',' + -28236 + ')');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue