More texture stuff

Separated out Player + NPC rendering
This commit is contained in:
Woah 2021-03-24 18:58:34 -04:00
parent fd92043a0e
commit 4ea451ea82
129 changed files with 5036 additions and 5147 deletions

View file

@ -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);
}