Applied suggested code review changes
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class Renderable extends DualNode {
|
|||||||
static final void method3417() {
|
static final void method3417() {
|
||||||
if (Client.field889 != class90.Client_plane) { // L: 3402
|
if (Client.field889 != class90.Client_plane) { // L: 3402
|
||||||
Client.field889 = class90.Client_plane; // L: 3403
|
Client.field889 = class90.Client_plane; // L: 3403
|
||||||
class224.redrawMiniMapIcons(class90.Client_plane); // L: 3404
|
class224.createMinimapSprite(class90.Client_plane); // L: 3404
|
||||||
}
|
}
|
||||||
|
|
||||||
} // L: 3406
|
} // L: 3406
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ import net.runelite.mapping.ObfuscatedName;
|
|||||||
import net.runelite.mapping.ObfuscatedSignature;
|
import net.runelite.mapping.ObfuscatedSignature;
|
||||||
|
|
||||||
@ObfuscatedName("fd")
|
@ObfuscatedName("fd")
|
||||||
public class class171 implements class170
|
public class class171 implements class170 {
|
||||||
{
|
|
||||||
@ObfuscatedName("ee")
|
@ObfuscatedName("ee")
|
||||||
@ObfuscatedGetter(
|
@ObfuscatedGetter(
|
||||||
intValue = -853566565
|
intValue = -853566565
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ public class class224 {
|
|||||||
descriptor = "(II)V",
|
descriptor = "(II)V",
|
||||||
garbageValue = "2091444199"
|
garbageValue = "2091444199"
|
||||||
)
|
)
|
||||||
@Export("redrawMiniMapIcons")
|
@Export("createMinimapSprite")
|
||||||
static final void redrawMiniMapIcons(int plane) {
|
static final void createMinimapSprite(int plane) {
|
||||||
int[] var1 = GrandExchangeOfferAgeComparator.sceneMinimapSprite.pixels; // L: 5775
|
int[] var1 = GrandExchangeOfferAgeComparator.sceneMinimapSprite.pixels; // L: 5775
|
||||||
int var2 = var1.length; // L: 5776
|
int var2 = var1.length; // L: 5776
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user