CSNG (File Format): Difference between revisions

Jump to navigation Jump to search
imported>Jackoalan
imported>Jackoalan
Line 253: Line 253:
     total = term & 0x7f
     total = term & 0x7f
     if term & 0x80:
     if term & 0x80:
         total *= 256 + in.ReadU8()
         total = total * 256 + in.ReadU8()
     return total
     return total


Anonymous user

Navigation menu