mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
|
|
@ -15,19 +15,19 @@ public final class Static155 {
|
|||
|
||||
@OriginalMember(owner = "client!me", name = "a", descriptor = "(IB)V")
|
||||
public static void method2940(@OriginalArg(0) int arg0) {
|
||||
Static217.anInt4901 = -1;
|
||||
WorldMap.anInt4901 = -1;
|
||||
if (arg0 == 37) {
|
||||
Static138.aFloat14 = 3.0F;
|
||||
WorldMap.targetZoom = 3.0F;
|
||||
} else if (arg0 == 50) {
|
||||
Static138.aFloat14 = 4.0F;
|
||||
WorldMap.targetZoom = 4.0F;
|
||||
} else if (arg0 == 75) {
|
||||
Static138.aFloat14 = 6.0F;
|
||||
WorldMap.targetZoom = 6.0F;
|
||||
} else if (arg0 == 100) {
|
||||
Static138.aFloat14 = 8.0F;
|
||||
WorldMap.targetZoom = 8.0F;
|
||||
} else if (arg0 == 200) {
|
||||
Static138.aFloat14 = 16.0F;
|
||||
WorldMap.targetZoom = 16.0F;
|
||||
}
|
||||
Static217.anInt4901 = -1;
|
||||
WorldMap.anInt4901 = -1;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!me", name = "a", descriptor = "(ZLclient!na;I)V")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue