mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 09:00:26 -07:00
Consolidated MaterialManager class
This commit is contained in:
parent
49ccfc34ec
commit
46740027df
38 changed files with 157 additions and 159 deletions
|
|
@ -1473,7 +1473,7 @@ public class Protocol {
|
|||
} else if (opcode == 191) {
|
||||
local133 = inboundBuffer.g2le();
|
||||
Static13.method472(local133);
|
||||
Static27.updatedInventories[Static111.updatedInventoriesWriterIndex++ & 0x1F] = local133 & 0x7FFF;
|
||||
Inv.updatedInventories[Static111.updatedInventoriesWriterIndex++ & 0x1F] = local133 & 0x7FFF;
|
||||
opcode = -1;
|
||||
return true;
|
||||
} else if (opcode == 102) {
|
||||
|
|
@ -1807,7 +1807,7 @@ public class Protocol {
|
|||
Static43.redraw(local4956);
|
||||
}
|
||||
InterfaceList.method2245();
|
||||
Static27.updatedInventories[Static111.updatedInventoriesWriterIndex++ & 0x1F] = local786 & 0x7FFF;
|
||||
Inv.updatedInventories[Static111.updatedInventoriesWriterIndex++ & 0x1F] = local786 & 0x7FFF;
|
||||
opcode = -1;
|
||||
return true;
|
||||
} else if (opcode == 24) {
|
||||
|
|
@ -2017,7 +2017,7 @@ public class Protocol {
|
|||
Static43.redraw(local4956);
|
||||
}
|
||||
InterfaceList.method2245();
|
||||
Static27.updatedInventories[Static111.updatedInventoriesWriterIndex++ & 0x1F] = local786 & 0x7FFF;
|
||||
Inv.updatedInventories[Static111.updatedInventoriesWriterIndex++ & 0x1F] = local786 & 0x7FFF;
|
||||
opcode = -1;
|
||||
return true;
|
||||
} else if (opcode == 142) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue