mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 21:40:30 -07:00
Identified Class114 as DisplayMode, reorganized some static methods
This commit is contained in:
parent
5f4a83c394
commit
c988509e8e
139 changed files with 1209 additions and 1383 deletions
|
|
@ -170,16 +170,16 @@ public class Cheat {
|
|||
displayFps = false;
|
||||
}
|
||||
if (arg0.equalsIgnoreCase(WM0)) {
|
||||
Static241.setWindowMode(false, 0, -1, -1);
|
||||
DisplayMode.setWindowMode(false, 0, -1, -1);
|
||||
}
|
||||
if (arg0.equalsIgnoreCase(WM1)) {
|
||||
Static241.setWindowMode(false, 1, -1, -1);
|
||||
DisplayMode.setWindowMode(false, 1, -1, -1);
|
||||
}
|
||||
if (arg0.equalsIgnoreCase(WM2)) {
|
||||
Static241.setWindowMode(false, 2, -1, -1);
|
||||
DisplayMode.setWindowMode(false, 2, -1, -1);
|
||||
}
|
||||
if (arg0.equalsIgnoreCase(WM3)) {
|
||||
Static241.setWindowMode(false, 3, 1024, 768);
|
||||
DisplayMode.setWindowMode(false, 3, 1024, 768);
|
||||
}
|
||||
if (arg0.equalsIgnoreCase(NOCLIP)) {
|
||||
for (local18 = 0; local18 < 4; local18++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue