Beispiel #1
0
 private void method242(Stream stream)
 {
     for (int i = 0; i < 10; i++)
     {
         int j = stream.readUnsignedByte();
         if (j != 0)
         {
             stream.currentOffset--;
             aClass6Array329[i] = new Class6();
             aClass6Array329[i].method169(stream);
         }
     }
     anInt330 = stream.readUnsignedWord();
     anInt331 = stream.readUnsignedWord();
 }
Beispiel #2
0
 public static void unpack(Stream stream)
 {
     aByteArray327 = new byte[0x6baa8];
     aStream_328   = new Stream(aByteArray327);
     Class6.method166();
     do
     {
         int j = stream.readUnsignedWord();
         if (j == 65535)
         {
             return;
         }
         aSoundsArray325s[j] = new Sounds();
         aSoundsArray325s[j].method242(stream);
         anIntArray326[j] = aSoundsArray325s[j].method243();
     } while (true);
 }
Beispiel #3
0
 private Sounds()
 {
     aClass6Array329 = new Class6[10];
 }