Searched refs:otherLevelswalls (Results 1 – 1 of 1) sorted by relevance
2635 List<Wall> otherLevelswalls = new ArrayList<Wall>(); in paintOtherLevels() local2640 otherLevelswalls.add(wall); in paintOtherLevels()2645 if (otherLevelswalls.size() > 0) { in paintOtherLevels()2646 this.otherLevelsWallAreaCache = getItemsArea(otherLevelswalls); in paintOtherLevels()2647 this.otherLevelsWallsCache = otherLevelswalls; in paintOtherLevels()