for (int k = 0; k < 1; k++) {
this.blocks[i][k] = block;
}
}
LandTileDataReader tileReader = new LandTileDataReader(new FileInputStream("tiledata.mul"));
this.tileGroups = tileReader.readAll();
tileReader.close();
// check if tiles are loaded
for (MapCell cell : block.getCells()) {
// it seams as if the radarcol index also serves as tiledata index
int id = cell.getIndex();