forked from 2009Scape/Server
Renamed texture operations
Started separating out draw calls
This commit is contained in:
parent
9a3d79abf0
commit
c1efb2a344
227 changed files with 5048 additions and 5118 deletions
|
|
@ -11,7 +11,7 @@ public class QuickChat {
|
|||
Class3_Sub28_Sub1 var2 = (Class3_Sub28_Sub1) aClass47_3137.get(fileId);
|
||||
if (null == var2) {
|
||||
byte[] var3;
|
||||
if (fileId < '\u8000') {
|
||||
if (fileId < 32768) {
|
||||
var3 = Unsorted.quickChatMessages.getFile(0, fileId);
|
||||
} else {
|
||||
var3 = Unsorted.aClass153_332.getFile(0, fileId & 32767);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue