@@ -20,65 +20,8 @@ public class Class17 {
20
20
public static Font helveticaBold ;
21
21
public static ProducingGraphicsBuffer chatboxTop ;
22
22
public static ProducingGraphicsBuffer aProducingGraphicsBuffer_463 ;
23
- public static int anInt464 = 0 ;
24
23
public static int [] anIntArray466 = new int [256 ];
25
24
26
- public static void handleUpdateServerConnection (GameSocket updateServerSocket , boolean arg2 ) {
27
- if (Class57 .updateServerSocket != null ) {
28
- try {
29
- Class57 .updateServerSocket .kill ();
30
- } catch (Exception exception ) {
31
- exception .printStackTrace ();
32
- /* empty */
33
- }
34
- Class57 .updateServerSocket = null ;
35
- }
36
- Class57 .updateServerSocket = updateServerSocket ;
37
- GameShell .method19 (arg2 );
38
- LinkedList .aClass40_Sub1_1081 .currentPosition = 0 ;
39
- Class40_Sub5_Sub13 .aClass40_Sub1_2752 = null ;
40
- Landscape .anInt1157 = 0 ;
41
- PacketBuffer .aClass40_Sub5_Sub13_2250 = null ;
42
- for (; ; ) {
43
- Class40_Sub5_Sub13 class40_sub5_sub13 = (Class40_Sub5_Sub13 ) Class37 .aClass23_869 .method329 ();
44
- if (class40_sub5_sub13 == null )
45
- break ;
46
- Class51 .aClass23_1194 .put (class40_sub5_sub13 .key , class40_sub5_sub13 );
47
- anInt464 --;
48
- ProducingGraphicsBuffer .anInt1618 ++;
49
- }
50
- for (; ; ) {
51
- Class40_Sub5_Sub13 class40_sub5_sub13 = (Class40_Sub5_Sub13 ) MovedStatics .aClass23_841 .method329 ();
52
- if (class40_sub5_sub13 == null )
53
- break ;
54
- InteractiveObject .aNodeQueue_485 .unshift (class40_sub5_sub13 );
55
- GameObjectDefinition .aClass23_2545 .put (class40_sub5_sub13 .key , class40_sub5_sub13 );
56
- MovedStatics .anInt1006 --;
57
- MovedStatics .anInt554 ++;
58
- }
59
- if (Class8 .aByte302 != 0 ) {
60
- try {
61
- Buffer class40_sub1 = new Buffer (4 );
62
- class40_sub1 .putByte (4 );
63
- class40_sub1 .putByte (Class8 .aByte302 );
64
- class40_sub1 .putShortBE (0 );
65
- Class57 .updateServerSocket .sendDataFromBuffer (4 , 0 , class40_sub1 .buffer );
66
- } catch (java .io .IOException ioexception ) {
67
- ioexception .printStackTrace ();
68
- try {
69
- Class57 .updateServerSocket .kill ();
70
- } catch (Exception exception ) {
71
- exception .printStackTrace ();
72
- /* empty */
73
- }
74
- Class57 .updateServerSocket = null ;
75
- MovedStatics .anInt2278 ++;
76
- }
77
- }
78
- Class22 .msSinceLastUpdate = 0 ;
79
- LinkedList .lastUpdateInMillis = System .currentTimeMillis ();
80
- }
81
-
82
25
public static int method274 (boolean arg0 ) {
83
26
if (!arg0 )
84
27
aProducingGraphicsBuffer_463 = null ;
0 commit comments