@@ -464,7 +464,7 @@ public static boolean parseIncomingPackets(boolean arg0) {
464
464
GameInterface .resetInterface (GameInterface .tabAreaInterfaceId );
465
465
GameInterface .tabAreaInterfaceId = i_49_ ;
466
466
}
467
- MovedStatics .anInt1819 = -1 ;
467
+ MovedStatics .lastContinueTextWidgetId = -1 ;
468
468
if (ChatBox .inputType != 0 ) {
469
469
ChatBox .redrawChatbox = true ;
470
470
ChatBox .inputType = 0 ;
@@ -532,7 +532,7 @@ public static boolean parseIncomingPackets(boolean arg0) {
532
532
GameInterface .resetInterface (GameInterface .gameScreenInterfaceId );
533
533
GameInterface .gameScreenInterfaceId = i_55_ ;
534
534
}
535
- MovedStatics .anInt1819 = -1 ;
535
+ MovedStatics .lastContinueTextWidgetId = -1 ;
536
536
if (ChatBox .inputType != 0 ) {
537
537
ChatBox .redrawChatbox = true ;
538
538
ChatBox .inputType = 0 ;
@@ -563,14 +563,15 @@ public static boolean parseIncomingPackets(boolean arg0) {
563
563
incomingPacket = -1 ;
564
564
return true ;
565
565
}
566
- if (incomingPacket == 185 ) { // open chatbox interface (multi)
566
+ if (incomingPacket == 185 ) { // open permanent dialogue interface
567
567
int chatboxInterfaceId = incomingPacketBuffer .getShortBE ();
568
568
if (ChatBox .dialogueId != chatboxInterfaceId ) {
569
569
GameInterface .resetInterface (ChatBox .dialogueId );
570
570
ChatBox .dialogueId = chatboxInterfaceId ;
571
571
}
572
572
incomingPacket = -1 ;
573
573
ChatBox .redrawChatbox = true ;
574
+ MovedStatics .lastContinueTextWidgetId = -1 ;
574
575
return true ;
575
576
}
576
577
if (incomingPacket == SHOW_FULLSCREEN_INTERFACE ) {
@@ -602,7 +603,7 @@ public static boolean parseIncomingPackets(boolean arg0) {
602
603
GameInterface .resetInterface (GameInterface .fullscreenSiblingInterfaceId );
603
604
GameInterface .fullscreenSiblingInterfaceId = siblingInterfaceId ;
604
605
}
605
- MovedStatics .anInt1819 = -1 ;
606
+ MovedStatics .lastContinueTextWidgetId = -1 ;
606
607
ChatBox .inputType = 0 ;
607
608
incomingPacket = -1 ;
608
609
return true ;
@@ -633,7 +634,7 @@ public static boolean parseIncomingPackets(boolean arg0) {
633
634
GameInterface .gameScreenInterfaceId = -1 ;
634
635
}
635
636
incomingPacket = -1 ;
636
- MovedStatics .anInt1819 = -1 ;
637
+ MovedStatics .lastContinueTextWidgetId = -1 ;
637
638
if (ChatBox .inputType != 0 ) {
638
639
ChatBox .redrawChatbox = true ;
639
640
ChatBox .inputType = 0 ;
@@ -669,7 +670,7 @@ public static boolean parseIncomingPackets(boolean arg0) {
669
670
670
671
ChatBox .redrawChatbox = true ;
671
672
incomingPacket = -1 ;
672
- MovedStatics .anInt1819 = -1 ;
673
+ MovedStatics .lastContinueTextWidgetId = -1 ;
673
674
return true ;
674
675
}
675
676
if (incomingPacket == PLAY_SONG ) {
@@ -793,7 +794,7 @@ public static boolean parseIncomingPackets(boolean arg0) {
793
794
ChatBox .redrawChatbox = true ;
794
795
ChatBox .inputType = 0 ;
795
796
}
796
- MovedStatics .anInt1819 = -1 ;
797
+ MovedStatics .lastContinueTextWidgetId = -1 ;
797
798
incomingPacket = -1 ;
798
799
GameInterface .redrawTabArea = true ;
799
800
return true ;
0 commit comments