mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
Started identifying CS2 opcodes
This commit is contained in:
parent
b57d5a0031
commit
3531b1c57c
27 changed files with 422 additions and 346 deletions
|
|
@ -22,17 +22,17 @@ public final class Static266 {
|
|||
if (local19 != null && local19.layer == arg0) {
|
||||
Static150.method2801(arg3, arg2, local19, arg1);
|
||||
Static111.method2291(local19, arg3, arg2);
|
||||
if (local19.anInt486 - local19.width < local19.anInt489) {
|
||||
local19.anInt489 = local19.anInt486 - local19.width;
|
||||
if (local19.scrollMaxH - local19.width < local19.scrollX) {
|
||||
local19.scrollX = local19.scrollMaxH - local19.width;
|
||||
}
|
||||
if (local19.scrollY > local19.anInt491 - local19.height) {
|
||||
local19.scrollY = local19.anInt491 - local19.height;
|
||||
if (local19.scrollY > local19.scrollMaxV - local19.height) {
|
||||
local19.scrollY = local19.scrollMaxV - local19.height;
|
||||
}
|
||||
if (local19.scrollY < 0) {
|
||||
local19.scrollY = 0;
|
||||
}
|
||||
if (local19.anInt489 < 0) {
|
||||
local19.anInt489 = 0;
|
||||
if (local19.scrollX < 0) {
|
||||
local19.scrollX = 0;
|
||||
}
|
||||
if (local19.type == 0) {
|
||||
Static17.method531(local19, arg1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue