@@ -281,7 +281,7 @@ public static boolean drawInterface(int areaId, int minX, int minY, int maxX, in
281
281
gameInterface_16_ .scrollPosition += i_18_ ;
282
282
}
283
283
}
284
- } else if (Projectile .atInventoryInterfaceType == 0 || GameInterface .anInt1233 != i_7_ || gameInterface .id != PlayerAppearance .anInt704 )
284
+ } else if (GameInterface .atInventoryInterfaceType == 0 || GameInterface .anInt1233 != i_7_ || gameInterface .id != PlayerAppearance .anInt704 )
285
285
imageRGB .drawImage (i_10_ , i_11_ );
286
286
else
287
287
imageRGB .drawImageWithOpacity (i_10_ , i_11_ , 128 );
@@ -840,7 +840,7 @@ public static void method353() {
840
840
841
841
int i ;
842
842
if (!Player .cutsceneActive ) {
843
- i = Projectile .method764 ();
843
+ i = MovedStatics .method764 ();
844
844
} else {
845
845
i = MovedStatics .method546 ();
846
846
}
@@ -967,7 +967,7 @@ public static void drawGameScreen() {
967
967
MovedStatics .redrawChatbox = true ;
968
968
drawCount ++;
969
969
} else if (drawCount != 0 ) {
970
- Projectile .method763 (MouseHandler .gameCanvas , CacheArchive .gameImageCacheArchive );
970
+ MovedStatics .method763 (MouseHandler .gameCanvas , CacheArchive .gameImageCacheArchive );
971
971
}
972
972
if (GameInterface .chatboxInterfaceId == -1 ) {
973
973
chatboxInterface .scrollPosition = -77 + -ChatBox .chatboxScroll + ChatBox .chatboxScrollMax ;
@@ -1006,7 +1006,7 @@ public static void drawGameScreen() {
1006
1006
}
1007
1007
if (ScreenController .frameMode == ScreenMode .FIXED ) {
1008
1008
1009
- if (MovedStatics .menuOpen && Projectile .menuScreenArea == 1 ) {
1009
+ if (MovedStatics .menuOpen && MovedStatics .menuScreenArea == 1 ) {
1010
1010
GameInterface .redrawTabArea = true ;
1011
1011
}
1012
1012
if (GameInterface .tabAreaInterfaceId != -1 ) {
@@ -1017,7 +1017,7 @@ public static void drawGameScreen() {
1017
1017
}
1018
1018
method353 ();
1019
1019
1020
- if (Projectile .atInventoryInterfaceType == -3 ) {
1020
+ if (GameInterface .atInventoryInterfaceType == -3 ) {
1021
1021
GameInterface .redrawTabArea = true ;
1022
1022
}
1023
1023
if (SceneTile .activeInterfaceType == 2 ) {
@@ -1037,7 +1037,7 @@ public static void drawGameScreen() {
1037
1037
ChatBox .redrawChatbox = true ;
1038
1038
}
1039
1039
}
1040
- if (Projectile .atInventoryInterfaceType == 3 ) {
1040
+ if (GameInterface .atInventoryInterfaceType == 3 ) {
1041
1041
ChatBox .redrawChatbox = true ;
1042
1042
}
1043
1043
if (SceneTile .activeInterfaceType == 3 ) {
@@ -1046,7 +1046,7 @@ public static void drawGameScreen() {
1046
1046
if (Native .clickToContinueString != null ) {
1047
1047
ChatBox .redrawChatbox = true ;
1048
1048
}
1049
- if (MovedStatics .menuOpen && Projectile .menuScreenArea == 2 ) {
1049
+ if (MovedStatics .menuOpen && MovedStatics .menuScreenArea == 2 ) {
1050
1050
ChatBox .redrawChatbox = true ;
1051
1051
}
1052
1052
if (ChatBox .redrawChatbox ) {
@@ -1197,7 +1197,7 @@ public static void method164() {
1197
1197
Class43 .processRightClick ();
1198
1198
SceneTile .drawMenuTooltip (4 );
1199
1199
} else
1200
- if (ScreenController .frameMode == ScreenMode .FIXED && Projectile .menuScreenArea == 0 ){
1200
+ if (ScreenController .frameMode == ScreenMode .FIXED && MovedStatics .menuScreenArea == 0 ){
1201
1201
MovedStatics .drawMenu (4 ,4 ); // might be 0,0
1202
1202
}
1203
1203
try {
@@ -1459,14 +1459,14 @@ else if(x > 764)
1459
1459
if (MovedStatics .crossIndex >= 400 )
1460
1460
LinkedList .crossType = 0 ;
1461
1461
}
1462
- if (Projectile .atInventoryInterfaceType != 0 ) {
1462
+ if (GameInterface .atInventoryInterfaceType != 0 ) {
1463
1463
RSRuntimeException .anInt1651 ++;
1464
1464
if (RSRuntimeException .anInt1651 >= 15 ) {
1465
- if (Projectile .atInventoryInterfaceType == 2 )
1465
+ if (GameInterface .atInventoryInterfaceType == 2 )
1466
1466
GameInterface .redrawTabArea = true ;
1467
- if (Projectile .atInventoryInterfaceType == 3 )
1467
+ if (GameInterface .atInventoryInterfaceType == 3 )
1468
1468
ChatBox .redrawChatbox = true ;
1469
- Projectile .atInventoryInterfaceType = 0 ;
1469
+ GameInterface .atInventoryInterfaceType = 0 ;
1470
1470
}
1471
1471
}
1472
1472
MovedStatics .anInt199 ++;
0 commit comments