/* 136 */ lengthRead += numVerts * 2 + 4;
/* */ }
/* */ }
/* */ catch (IOException e) {
/* 140 */ debugOutputLn(16, "Exception in reading detail polys: " + e);
/* 141 */ throw new ParsingErrorException(e.getMessage());
/* */ }
/* 143 */ return lengthRead;
/* */ }