Home | History | Annotate | Download | only in replicaisland

Lines Matching full:tilecount

544                 final int tileCount = byteStream.read();
545 final int size = (1 + 1 + 4 + 4 + 4 + 4 + 4 + 4) * tileCount;
547 for (int x = 0; x < tileCount; x++) {