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