mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-21 02:15:11 -06:00
More texture stuff
Separated out Player + NPC rendering
This commit is contained in:
parent
c1efb2a344
commit
ff62177237
129 changed files with 5036 additions and 5147 deletions
|
|
@ -19,7 +19,7 @@ class Class38 {
|
|||
var2 = Class56.localPlayerIndexes[var1];
|
||||
}
|
||||
|
||||
Player var3 = TextureOperation0.players[var2];
|
||||
Player var3 = Unsorted.players[var2];
|
||||
if (var3 != null) {
|
||||
Unsorted.method68(var3.getSize(), var3);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue