mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Refactored more of RawModel (and decodeOld)
This commit is contained in:
parent
1c9e73d540
commit
ec48c0767a
17 changed files with 431 additions and 375 deletions
|
|
@ -40,7 +40,7 @@ public final class Static69 {
|
|||
for (@Pc(46) int local46 = 0; local46 < local42.sceneryLen; local46++) {
|
||||
@Pc(55) Scenery local55 = local42.scenery[local46];
|
||||
if ((local55.key & 0x400000L) == 4194304L) {
|
||||
@Pc(66) int local66 = local55.primary.getMaxY();
|
||||
@Pc(66) int local66 = local55.primary.getMinY();
|
||||
if (local66 != -32768 && local66 < local34) {
|
||||
local34 = local66;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue